#FD80CD

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

Shades of Tea Rose #FD80CD

Tints of Tea Rose #FD80CD

Color information

#FD80CD (or 0xFD80CD) is unknown color: approx Tea Rose. HEX triplet: FD, 80 and CD. RGB value is (253,128,205). Sum of RGB (Red+Green+Blue) = 253+128+205=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80CD is #027F32. Grayscale: #ADADAD. Windows color (decimal): -163635 or 13467901. OLE color: 13467901.

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

Color convert

RGB253128205-
CMYK00.490.190.01
HSL323.04º96.9%74.71%-
HSV(B)323.04º49.41%99.22%-
XYZ59.2540.7362.5-
YUV174.15145.41184.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 128 (50.39% from 255) = 21.84%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=43.17%
G=21.84%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312820500.490.190.01323.0496.974.71
HexFD80CD031131143614b
Octal375200315061231503141113
Binary111111011000000011001101011000110011110100001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD80CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD80CD; }

 p { color: rgb(253,128,205); }

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

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

 a { background-color: rgb(253,128,205); }

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

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

 span { border-color: rgb(253,128,205); }

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