#FA86CF

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

Shades of Tea Rose #FA86CF

Tints of Tea Rose #FA86CF

Color information

#FA86CF (or 0xFA86CF) is unknown color: approx Tea Rose. HEX triplet: FA, 86 and CF. RGB value is (250,134,207). Sum of RGB (Red+Green+Blue) = 250+134+207=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86CF is #057930. Grayscale: #B0B0B0. Windows color (decimal): -358705 or 13600506. OLE color: 13600506.

HSL color Cylindrical-coordinate representation of color #FA86CF: hue angle of 322.24º 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 #FA86CF is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250134207-
CMYK00.460.170.02
HSL322.24º92.06%75.29%-
HSV(B)322.24º46.4%98.04%-
XYZ59.2141.8863.99-
YUV177.01144.93180.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 134 (52.73% from 255) = 22.67%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=42.30%
G=22.67%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013420700.460.170.02322.2492.0675.29
HexFA86CF02E1121425c4b
Octal372206317056212502134113
Binary1111101010000110110011110101110100011010100001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86CF; }

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

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

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

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

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

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

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

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