#FA87CA

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

Shades of Tea Rose #FA87CA

Tints of Tea Rose #FA87CA

Color information

#FA87CA (or 0xFA87CA) is unknown color: approx Tea Rose. HEX triplet: FA, 87 and CA. RGB value is (250,135,202). Sum of RGB (Red+Green+Blue) = 250+135+202=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 135 (53.12% from 255 or 23.00% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87CA is #057835. Grayscale: #B0B0B0. Windows color (decimal): -358454 or 13273082. OLE color: 13273082.

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

Color convert

RGB250135202-
CMYK00.460.190.02
HSL325.04º92%75.49%-
HSV(B)325.04º46%98.04%-
XYZ58.7541.9260.87-
YUV177.02142.1180.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 135 (53.12% from 255) = 23.00%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=42.59%
G=23.00%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013520200.460.190.02325.049275.49
HexFA87CA02E1321455c4b
Octal372207312056232505134113
Binary1111101010000111110010100101110100111010100010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87CA; }

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

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

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

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

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

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

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

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