#FFD2C6

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

Shades of Cinderella #FFD2C6

Tints of Cinderella #FFD2C6

Color information

#FFD2C6 (or 0xFFD2C6) is unknown color: approx Cinderella. HEX triplet: FF, D2 and C6. RGB value is (255,210,198). Sum of RGB (Red+Green+Blue) = 255+210+198=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 198 (77.73% from 255 or 29.86% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2C6 is #002D39. Grayscale: #DEDEDE. Windows color (decimal): -11578 or 13030143. OLE color: 13030143.

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

Color convert

RGB255210198-
CMYK00.180.220
HSL12.63º100%88.82%-
HSV(B)12.63º22.35%100%-
XYZ74.4871.4363.29-
YUV222.09114.41151.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 210 (82.42% from 255) = 31.67%
BLUE value IS 198 (77.73% from 255) = 29.86%
R=38.46%
G=31.67%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521019800.180.22012.6310088.82
HexFFD2C6012160d6459
Octal37732230602226015144131
Binary111111111101001011000110010010101100110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2C6; }

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

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

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

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

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

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

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

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