#FA87C7

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

Shades of Tea Rose #FA87C7

Tints of Tea Rose #FA87C7

Color information

#FA87C7 (or 0xFA87C7) is unknown color: approx Tea Rose. HEX triplet: FA, 87 and C7. RGB value is (250,135,199). Sum of RGB (Red+Green+Blue) = 250+135+199=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 135 (53.12% from 255 or 23.12% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87C7 is #057838. Grayscale: #B0B0B0. Windows color (decimal): -358457 or 13076474. OLE color: 13076474.

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

Color convert

RGB250135199-
CMYK00.460.200.02
HSL326.61º92%75.49%-
HSV(B)326.61º46%98.04%-
XYZ58.441.7859.02-
YUV176.68140.6180.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 135 (53.12% from 255) = 23.12%
BLUE value IS 199 (78.12% from 255) = 34.08%
R=42.81%
G=23.12%
B=34.08%

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
Decimal25013519900.460.200.02326.619275.49
HexFA87C702E1421475c4b
Octal372207307056242507134113
Binary1111101010000111110001110101110101001010100011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87C7; }

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

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

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

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

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

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

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

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