#FDCEED

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

Shades of Classic Rose #FDCEED

Tints of Classic Rose #FDCEED

Color information

#FDCEED (or 0xFDCEED) is unknown color: approx Classic Rose. HEX triplet: FD, CE and ED. RGB value is (253,206,237). Sum of RGB (Red+Green+Blue) = 253+206+237=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 206 (80.86% from 255 or 29.60% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEED is #023112. Grayscale: #DFDFDF. Windows color (decimal): -143635 or 15585021. OLE color: 15585021.

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

Color convert

RGB253206237-
CMYK00.190.060.01
HSL320.43º92.16%90%-
HSV(B)320.43º18.58%99.22%-
XYZ77.8771.1489.75-
YUV223.59135.57148.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.35%
GREEN value IS 206 (80.86% from 255) = 29.60%
BLUE value IS 237 (92.97% from 255) = 34.05%
R=36.35%
G=29.60%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320623700.190.060.01320.4392.1690
HexFDCEED013611405c5a
Octal37531635502361500134132
Binary111111011100111011101101010011110110100000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEED; }

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

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

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

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

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

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

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

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