#FA87CF

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

Shades of Tea Rose #FA87CF

Tints of Tea Rose #FA87CF

Color information

#FA87CF (or 0xFA87CF) is unknown color: approx Tea Rose. HEX triplet: FA, 87 and CF. RGB value is (250,135,207). Sum of RGB (Red+Green+Blue) = 250+135+207=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 135 (53.12% from 255 or 22.80% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87CF is #057830. Grayscale: #B1B1B1. Windows color (decimal): -358449 or 13600762. OLE color: 13600762.

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

Color convert

RGB250135207-
CMYK00.460.170.02
HSL322.43º92%75.49%-
HSV(B)322.43º46%98.04%-
XYZ59.3542.1664.04-
YUV177.59144.6179.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 135 (53.12% from 255) = 22.80%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=42.23%
G=22.80%
B=34.97%

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
Decimal25013520700.460.170.02322.439275.49
HexFA87CF02E1121425c4b
Octal372207317056212502134113
Binary1111101010000111110011110101110100011010100001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87CF; }

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

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

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

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

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

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

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

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