#F1D6CE

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

Shades of Cinderella #F1D6CE

Tints of Cinderella #F1D6CE

Color information

#F1D6CE (or 0xF1D6CE) is unknown color: approx Cinderella. HEX triplet: F1, D6 and CE. RGB value is (241,214,206). Sum of RGB (Red+Green+Blue) = 241+214+206=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6CE is #0E2931. Grayscale: #DDDDDD. Windows color (decimal): -928050 or 13555441. OLE color: 13555441.

HSL color Cylindrical-coordinate representation of color #F1D6CE: hue angle of 13.71º degrees, saturation: 0.56, 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 #F1D6CE is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241214206-
CMYK00.110.150.05
HSL13.71º55.56%87.65%-
HSV(B)13.71º14.52%94.51%-
XYZ71.4671.2568.38-
YUV221.16119.45142.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.46%
GREEN value IS 214 (83.98% from 255) = 32.38%
BLUE value IS 206 (80.86% from 255) = 31.16%
R=36.46%
G=32.38%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121420600.110.150.0513.7155.5687.65
HexF1D6CE0BF5e3858
Octal3613263160131751670130
Binary11110001110101101100111001011111110111101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D6CE; }

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

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

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

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

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

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

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

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