#FDCEE8

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

Shades of Classic Rose #FDCEE8

Tints of Classic Rose #FDCEE8

Color information

#FDCEE8 (or 0xFDCEE8) is unknown color: approx Classic Rose. HEX triplet: FD, CE and E8. RGB value is (253,206,232). Sum of RGB (Red+Green+Blue) = 253+206+232=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEE8 is #023117. Grayscale: #DEDEDE. Windows color (decimal): -143640 or 15257341. OLE color: 15257341.

HSL color Cylindrical-coordinate representation of color #FDCEE8: hue angle of 326.81º 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 #FDCEE8 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253206232-
CMYK00.190.080.01
HSL326.81º92.16%90%-
HSV(B)326.81º18.58%99.22%-
XYZ77.1470.8585.95-
YUV223.02133.07149.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.61%
GREEN value IS 206 (80.86% from 255) = 29.81%
BLUE value IS 232 (91.02% from 255) = 33.57%
R=36.61%
G=29.81%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320623200.190.080.01326.8192.1690
HexFDCEE8013811475c5a
Octal375316350023101507134132
Binary1111110111001110111010000100111000110100011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEE8; }

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

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

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

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

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

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

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

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