#FD88CD

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

Shades of Tea Rose #FD88CD

Tints of Tea Rose #FD88CD

Color information

#FD88CD (or 0xFD88CD) is unknown color: approx Tea Rose. HEX triplet: FD, 88 and CD. RGB value is (253,136,205). Sum of RGB (Red+Green+Blue) = 253+136+205=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FD88CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD88CD is #027732. Grayscale: #B2B2B2. Windows color (decimal): -161587 or 13469949. OLE color: 13469949.

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

Color convert

RGB253136205-
CMYK00.460.190.01
HSL324.62º96.69%76.27%-
HSV(B)324.62º46.25%99.22%-
XYZ60.3342.962.86-
YUV178.85142.76180.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 136 (53.52% from 255) = 22.90%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=42.59%
G=22.90%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313620500.460.190.01324.6296.6976.27
HexFD88CD02E131145614c
Octal375210315056231505141114
Binary111111011000100011001101010111010011110100010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD88CD; }

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

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

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

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

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

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

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

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