#FFDCCA

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

Shades of Cinderella #FFDCCA

Tints of Cinderella #FFDCCA

Color information

#FFDCCA (or 0xFFDCCA) is unknown color: approx Cinderella. HEX triplet: FF, DC and CA. RGB value is (255,220,202). Sum of RGB (Red+Green+Blue) = 255+220+202=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCCA is #002335. Grayscale: #E4E4E4. Windows color (decimal): -9014 or 13294847. OLE color: 13294847.

HSL color Cylindrical-coordinate representation of color #FFDCCA: hue angle of 20.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFDCCA is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255220202-
CMYK00.140.210
HSL20.38º100%89.61%-
HSV(B)20.38º20.78%100%-
XYZ77.4976.7166.6-
YUV228.41113.1146.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 202 (79.30% from 255) = 29.84%
R=37.67%
G=32.50%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522020200.140.21020.3810089.61
HexFFDCCA0E15014645a
Octal37733431201625024144132
Binary111111111101110011001010011101010101010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCCA; }

 p { color: rgb(255,220,202); }

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

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

 a { background-color: rgb(255,220,202); }

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

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

 span { border-color: rgb(255,220,202); }

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