#FD8CD2

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

Shades of Tea Rose #FD8CD2

Tints of Tea Rose #FD8CD2

Color information

#FD8CD2 (or 0xFD8CD2) is unknown color: approx Tea Rose. HEX triplet: FD, 8C and D2. RGB value is (253,140,210). Sum of RGB (Red+Green+Blue) = 253+140+210=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 140 (55.08% from 255 or 23.22% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CD2 is #02732D. Grayscale: #B5B5B5. Windows color (decimal): -160558 or 13798653. OLE color: 13798653.

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

Color convert

RGB253140210-
CMYK00.450.170.01
HSL322.83º96.58%77.06%-
HSV(B)322.83º44.66%99.22%-
XYZ61.5244.2966.28-
YUV181.77143.94178.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.96%
GREEN value IS 140 (55.08% from 255) = 23.22%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=41.96%
G=23.22%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314021000.450.170.01322.8396.5877.06
HexFD8CD202D111143614d
Octal375214322055211503141115
Binary111111011000110011010010010110110001110100001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8CD2; }

 p { color: rgb(253,140,210); }

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

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

 a { background-color: rgb(253,140,210); }

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

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

 span { border-color: rgb(253,140,210); }

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