#FA87CC

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

Shades of Tea Rose #FA87CC

Tints of Tea Rose #FA87CC

Color information

#FA87CC (or 0xFA87CC) is unknown color: approx Tea Rose. HEX triplet: FA, 87 and CC. RGB value is (250,135,204). Sum of RGB (Red+Green+Blue) = 250+135+204=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 135 (53.12% from 255 or 22.92% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87CC is #057833. Grayscale: #B1B1B1. Windows color (decimal): -358452 or 13404154. OLE color: 13404154.

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

Color convert

RGB250135204-
CMYK00.460.180.02
HSL324º92%75.49%-
HSV(B)324º46%98.04%-
XYZ58.9942.0162.13-
YUV177.25143.1179.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 135 (53.12% from 255) = 22.92%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=42.44%
G=22.92%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013520400.460.180.023249275.49
HexFA87CC02E1221445c4b
Octal372207314056222504134113
Binary1111101010000111110011000101110100101010100010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87CC; }

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

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

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

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

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

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

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

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