#FD87CE

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

Shades of Tea Rose #FD87CE

Tints of Tea Rose #FD87CE

Color information

#FD87CE (or 0xFD87CE) is unknown color: approx Tea Rose. HEX triplet: FD, 87 and CE. RGB value is (253,135,206). Sum of RGB (Red+Green+Blue) = 253+135+206=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 135 (53.12% from 255 or 22.73% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FD87CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD87CE is #027831. Grayscale: #B2B2B2. Windows color (decimal): -161842 or 13535229. OLE color: 13535229.

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

Color convert

RGB253135206-
CMYK00.470.190.01
HSL323.9º96.72%76.08%-
HSV(B)323.9º46.64%99.22%-
XYZ60.3142.6763.45-
YUV178.38143.59181.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 135 (53.12% from 255) = 22.73%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=42.59%
G=22.73%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313520600.470.190.01323.996.7276.08
HexFD87CE02F131144614c
Octal375207316057231504141114
Binary111111011000011111001110010111110011110100010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD87CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD87CE; }

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

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

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

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

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

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

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

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