#FFD2C3

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

Shades of Cinderella #FFD2C3

Tints of Cinderella #FFD2C3

Color information

#FFD2C3 (or 0xFFD2C3) is unknown color: approx Cinderella. HEX triplet: FF, D2 and C3. RGB value is (255,210,195). Sum of RGB (Red+Green+Blue) = 255+210+195=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 195 (76.56% from 255 or 29.55% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2C3 is #002D3C. Grayscale: #DDDDDD. Windows color (decimal): -11581 or 12833535. OLE color: 12833535.

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

Color convert

RGB255210195-
CMYK00.180.240
HSL15º100%88.24%-
HSV(B)15º23.53%100%-
XYZ74.1471.2961.48-
YUV221.74112.91151.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 210 (82.42% from 255) = 31.82%
BLUE value IS 195 (76.56% from 255) = 29.55%
R=38.64%
G=31.82%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521019500.180.2401510088.24
HexFFD2C3012180f6458
Octal37732230302230017144130
Binary111111111101001011000011010010110000111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2C3; }

 p { color: rgb(255,210,195); }

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

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

 a { background-color: rgb(255,210,195); }

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

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

 span { border-color: rgb(255,210,195); }

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