#F4D6CD

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

Shades of Cinderella #F4D6CD

Tints of Cinderella #F4D6CD

Color information

#F4D6CD (or 0xF4D6CD) is unknown color: approx Cinderella. HEX triplet: F4, D6 and CD. RGB value is (244,214,205). Sum of RGB (Red+Green+Blue) = 244+214+205=663 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.80% from 663); Green value is 214 (83.98% from 255 or 32.28% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D6CD is #0B2932. Grayscale: #DEDEDE. Windows color (decimal): -731443 or 13489908. OLE color: 13489908.

HSL color Cylindrical-coordinate representation of color #F4D6CD: hue angle of 13.85º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4D6CD is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244214205-
CMYK00.120.160.04
HSL13.85º63.93%88.04%-
HSV(B)13.85º15.98%95.69%-
XYZ72.3771.7367.79-
YUV221.94118.44143.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.80%
GREEN value IS 214 (83.98% from 255) = 32.28%
BLUE value IS 205 (80.47% from 255) = 30.92%
R=36.80%
G=32.28%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421420500.120.160.0413.8563.9388.04
HexF4D6CD0C104e4058
Octal36432631501420416100130
Binary1111010011010110110011010110010000100111010000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D6CD; }

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

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

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

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

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

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

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

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