#FDCEE6

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

Shades of Classic Rose #FDCEE6

Tints of Classic Rose #FDCEE6

Color information

#FDCEE6 (or 0xFDCEE6) is unknown color: approx Classic Rose. HEX triplet: FD, CE and E6. RGB value is (253,206,230). Sum of RGB (Red+Green+Blue) = 253+206+230=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEE6 is #023119. Grayscale: #DEDEDE. Windows color (decimal): -143642 or 15126269. OLE color: 15126269.

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

Color convert

RGB253206230-
CMYK00.190.090.01
HSL329.36º92.16%90%-
HSV(B)329.36º18.58%99.22%-
XYZ76.8670.7484.47-
YUV222.79132.07149.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.72%
GREEN value IS 206 (80.86% from 255) = 29.90%
BLUE value IS 230 (90.23% from 255) = 33.38%
R=36.72%
G=29.90%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320623000.190.090.01329.3692.1690
HexFDCEE6013911495c5a
Octal375316346023111511134132
Binary1111110111001110111001100100111001110100100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEE6; }

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

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

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

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

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

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

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

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