#FDCEE9

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

Shades of Classic Rose #FDCEE9

Tints of Classic Rose #FDCEE9

Color information

#FDCEE9 (or 0xFDCEE9) is unknown color: approx Classic Rose. HEX triplet: FD, CE and E9. RGB value is (253,206,233). Sum of RGB (Red+Green+Blue) = 253+206+233=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEE9 is #023116. Grayscale: #DFDFDF. Windows color (decimal): -143639 or 15322877. OLE color: 15322877.

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

Color convert

RGB253206233-
CMYK00.190.080.01
HSL325.53º92.16%90%-
HSV(B)325.53º18.58%99.22%-
XYZ77.2970.9186.7-
YUV223.13133.57149.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.56%
GREEN value IS 206 (80.86% from 255) = 29.77%
BLUE value IS 233 (91.41% from 255) = 33.67%
R=36.56%
G=29.77%
B=33.67%

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
Decimal25320623300.190.080.01325.5392.1690
HexFDCEE9013811465c5a
Octal375316351023101506134132
Binary1111110111001110111010010100111000110100011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEE9; }

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

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

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

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

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

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

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

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