#fa93c0

Color #FA93C0 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FA93C0

Tints of Tea Rose #FA93C0

Color information

#FA93C0 (or 0xFA93C0) is unknown color: approx Tea Rose. HEX triplet: FA, 93 and C0. RGB value is (250,147,192). Sum of RGB (Red+Green+Blue) = 250+147+192=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93C0 is #056C3F. Grayscale: #B6B6B6. Windows color (decimal): -355392 or 12620794. OLE color: 12620794.

HSL color Cylindrical-coordinate representation of color #FA93C0: hue angle of 333.79º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA93C0 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB250147192-
CMYK00.410.230.02
HSL333.79º91.15%77.84%-
HSV(B)333.79º41.2%98.04%-
XYZ59.374555.43-
YUV182.93133.12175.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 192 (75.39% from 255) = 32.60%
R=42.44%
G=24.96%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014719200.410.230.02333.7991.1577.84
HexFA93C002917214e5b4e
Octal372223300051272516133116
Binary1111101010010011110000000101001101111010100111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa93c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa93c0; }

 p { color: rgb(250,147,192); }

 H1.HeaderClassName
 {
   color: #fa93c0;
 }
 .AnyTagClassName
 {
   color: #fa93c0;
 }
</style>
background-color css

<style>
 a { background-color: #fa93c0; }

 a { background-color: rgb(250,147,192); }

 div.DivClassName
 {
   background-color: #fa93c0;
 }
 .BgClassName
 {
   background-color: #fa93c0;
 }
</style>
border-color css

<style>
 span { border-color: #fa93c0; }

 span { border-color: rgb(250,147,192); }

 td.TdClassName
 {
   border-color: #fa93c0;
 }
 .TagClassName
 {
   border-color: #fa93c0;
 }
</style>