#F1D6CD

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

Shades of Cinderella #F1D6CD

Tints of Cinderella #F1D6CD

Color information

#F1D6CD (or 0xF1D6CD) is unknown color: approx Cinderella. HEX triplet: F1, D6 and CD. RGB value is (241,214,205). Sum of RGB (Red+Green+Blue) = 241+214+205=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6CD is #0E2932. Grayscale: #DDDDDD. Windows color (decimal): -928051 or 13489905. OLE color: 13489905.

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

Color convert

RGB241214205-
CMYK00.110.150.05
HSL15º56.25%87.45%-
HSV(B)15º14.94%94.51%-
XYZ71.3471.267.74-
YUV221.05118.95142.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.52%
GREEN value IS 214 (83.98% from 255) = 32.42%
BLUE value IS 205 (80.47% from 255) = 31.06%
R=36.52%
G=32.42%
B=31.06%

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
Decimal24121420500.110.150.051556.2587.45
HexF1D6CD0BF5f3857
Octal3613263150131751770127
Binary11110001110101101100110101011111110111111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D6CD; }

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

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

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

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

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

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

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

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