#FD87C9

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

Shades of Tea Rose #FD87C9

Tints of Tea Rose #FD87C9

Color information

#FD87C9 (or 0xFD87C9) is unknown color: approx Tea Rose. HEX triplet: FD, 87 and C9. RGB value is (253,135,201). Sum of RGB (Red+Green+Blue) = 253+135+201=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 135 (53.12% from 255 or 22.92% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FD87C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD87C9 is #027836. Grayscale: #B1B1B1. Windows color (decimal): -161847 or 13207549. OLE color: 13207549.

HSL color Cylindrical-coordinate representation of color #FD87C9: hue angle of 326.44º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD87C9 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB253135201-
CMYK00.470.210.01
HSL326.44º96.72%76.08%-
HSV(B)326.44º46.64%99.22%-
XYZ59.7142.4360.3-
YUV177.81141.09181.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 135 (53.12% from 255) = 22.92%
BLUE value IS 201 (78.91% from 255) = 34.13%
R=42.95%
G=22.92%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313520100.470.210.01326.4496.7276.08
HexFD87C902F151146614c
Octal375207311057251506141114
Binary111111011000011111001001010111110101110100011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD87C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD87C9; }

 p { color: rgb(253,135,201); }

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

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

 a { background-color: rgb(253,135,201); }

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

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

 span { border-color: rgb(253,135,201); }

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