#FA86C9

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

Shades of Tea Rose #FA86C9

Tints of Tea Rose #FA86C9

Color information

#FA86C9 (or 0xFA86C9) is unknown color: approx Tea Rose. HEX triplet: FA, 86 and C9. RGB value is (250,134,201). Sum of RGB (Red+Green+Blue) = 250+134+201=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86C9 is #057936. Grayscale: #B0B0B0. Windows color (decimal): -358711 or 13207290. OLE color: 13207290.

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

Color convert

RGB250134201-
CMYK00.460.200.02
HSL325.34º92.06%75.29%-
HSV(B)325.34º46.4%98.04%-
XYZ58.4941.5960.2-
YUV176.32141.93180.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 134 (52.73% from 255) = 22.91%
BLUE value IS 201 (78.91% from 255) = 34.36%
R=42.74%
G=22.91%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013420100.460.200.02325.3492.0675.29
HexFA86C902E1421455c4b
Octal372206311056242505134113
Binary1111101010000110110010010101110101001010100010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86C9; }

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

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

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

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

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

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

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

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