#FA8DC9

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

Shades of Tea Rose #FA8DC9

Tints of Tea Rose #FA8DC9

Color information

#FA8DC9 (or 0xFA8DC9) is unknown color: approx Tea Rose. HEX triplet: FA, 8D and C9. RGB value is (250,141,201). Sum of RGB (Red+Green+Blue) = 250+141+201=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DC9 is #057236. Grayscale: #B4B4B4. Windows color (decimal): -356919 or 13209082. OLE color: 13209082.

HSL color Cylindrical-coordinate representation of color #FA8DC9: hue angle of 326.97º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8DC9 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250141201-
CMYK00.440.200.02
HSL326.97º91.6%76.67%-
HSV(B)326.97º43.6%98.04%-
XYZ59.4943.5960.54-
YUV180.43139.61177.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 141 (55.47% from 255) = 23.82%
BLUE value IS 201 (78.91% from 255) = 33.95%
R=42.23%
G=23.82%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014120100.440.200.02326.9791.676.67
HexFA8DC902C1421475c4d
Octal372215311054242507134115
Binary1111101010001101110010010101100101001010100011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8DC9; }

 p { color: rgb(250,141,201); }

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

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

 a { background-color: rgb(250,141,201); }

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

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

 span { border-color: rgb(250,141,201); }

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