#F2D6CE

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

Shades of Cinderella #F2D6CE

Tints of Cinderella #F2D6CE

Color information

#F2D6CE (or 0xF2D6CE) is unknown color: approx Cinderella. HEX triplet: F2, D6 and CE. RGB value is (242,214,206). Sum of RGB (Red+Green+Blue) = 242+214+206=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D6CE is #0D2931. Grayscale: #DDDDDD. Windows color (decimal): -862514 or 13555442. OLE color: 13555442.

HSL color Cylindrical-coordinate representation of color #F2D6CE: hue angle of 13.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2D6CE is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242214206-
CMYK00.120.150.05
HSL13.33º58.06%87.84%-
HSV(B)13.33º14.88%94.9%-
XYZ71.8171.4368.39-
YUV221.46119.28142.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.56%
GREEN value IS 214 (83.98% from 255) = 32.33%
BLUE value IS 206 (80.86% from 255) = 31.12%
R=36.56%
G=32.33%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221420600.120.150.0513.3358.0687.84
HexF2D6CE0CF5d3a58
Octal3623263160141751572130
Binary11110010110101101100111001100111110111011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D6CE; }

 p { color: rgb(242,214,206); }

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

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

 a { background-color: rgb(242,214,206); }

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

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

 span { border-color: rgb(242,214,206); }

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