#FDCDE6

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

Shades of Classic Rose #FDCDE6

Tints of Classic Rose #FDCDE6

Color information

#FDCDE6 (or 0xFDCDE6) is unknown color: approx Classic Rose. HEX triplet: FD, CD and E6. RGB value is (253,205,230). Sum of RGB (Red+Green+Blue) = 253+205+230=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 205 (80.47% from 255 or 29.80% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDE6 is #023219. Grayscale: #DEDEDE. Windows color (decimal): -143898 or 15126013. OLE color: 15126013.

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

Color convert

RGB253205230-
CMYK00.190.090.01
HSL328.75º92.31%89.8%-
HSV(B)328.75º18.97%99.22%-
XYZ76.6270.2684.39-
YUV222.2132.4149.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.77%
GREEN value IS 205 (80.47% from 255) = 29.80%
BLUE value IS 230 (90.23% from 255) = 33.43%
R=36.77%
G=29.80%
B=33.43%

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
Decimal25320523000.190.090.01328.7592.3189.8
HexFDCDE6013911495c5a
Octal375315346023111511134132
Binary1111110111001101111001100100111001110100100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDE6; }

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

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

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

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

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

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

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

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