Html Css Color HEX #F4D6CC Cinderella

📋 copy color: '#F4D6CC'

red 244 ◦ green 214 ◦ blue 204

#F4D6CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinderella #F4D6CC

Tints of Cinderella #F4D6CC

RGB

 RED value IS 244 (95.7% from 255) = 36.86%

 GREEN value IS 214 (83.98% from 255) = 32.33%

 BLUE value IS 204 (80.08% from 255) = 30.82%

R = 36.86%
G = 32.33%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F4D6CC (or 0xF4D6CC) is known color: Cinderella. HEX triplet: F4, D6 and CC. RGB value is (244,214,204). Sum of RGB (Red+Green+Blue) = 244+214+204=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D6CC is #0B2933. Grayscale: #DDDDDD. Windows color (decimal): -731444 or 13424372. OLE color: 13424372.

HSL color Cylindrical-coordinate representation of color #F4D6CC: hue angle of 15º degrees, saturation: 0.65, 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 #F4D6CC is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 214 204 -
CMYK 0 0.12 0.16 0.04
HSL 15º 0.65% 0.88% -
HSV(B) 15º 0.16% 0.96% -
XYZ 72.25 71.69 67.16 -
YUV 221.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 244 214 204 0 0.12 0.16 0.04 15 0.65 0.88
Hex F4 D6 CC 0 C 10 4 F 41 58
Octal 364 326 314 0 14 20 4 17 101 130
Binary 11110100 11010110 11001100 0 1100 10000 100 1111 1000001 1011000

Color Harmonies of #F4D6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D6CC

Black with #F4D6CC

Text Example


Text Example

White with #F4D6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D6CC; }

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

 H1.HeaderClassName
 {
   color: #F4D6CC;
 }
 .AnyTagClassName
 {
   color: #F4D6CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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