#FD8ECF

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

Shades of Tea Rose #FD8ECF

Tints of Tea Rose #FD8ECF

Color information

#FD8ECF (or 0xFD8ECF) is unknown color: approx Tea Rose. HEX triplet: FD, 8E and CF. RGB value is (253,142,207). Sum of RGB (Red+Green+Blue) = 253+142+207=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8ECF is #027130. Grayscale: #B6B6B6. Windows color (decimal): -160049 or 13602557. OLE color: 13602557.

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

Color convert

RGB253142207-
CMYK00.440.180.01
HSL324.86º96.52%77.45%-
HSV(B)324.86º43.87%99.22%-
XYZ61.4444.7364.43-
YUV182.6141.77178.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 142 (55.86% from 255) = 23.59%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=42.03%
G=23.59%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314220700.440.180.01324.8696.5277.45
HexFD8ECF02C121145614d
Octal375216317054221505141115
Binary111111011000111011001111010110010010110100010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8ECF; }

 p { color: rgb(253,142,207); }

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

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

 a { background-color: rgb(253,142,207); }

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

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

 span { border-color: rgb(253,142,207); }

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