Html Css Color HEX #F6D9CC Cinderella

📋 copy color: '#F6D9CC'

red 246 ◦ green 217 ◦ blue 204

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

Shades of Cinderella #F6D9CC

Tints of Cinderella #F6D9CC

RGB

 RED value IS 246 (96.48% from 255) = 36.88%

 GREEN value IS 217 (85.16% from 255) = 32.53%

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

R = 36.88%
G = 32.53%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6D9CC (or 0xF6D9CC) is known color: Cinderella. HEX triplet: F6, D9 and CC. RGB value is (246,217,204). Sum of RGB (Red+Green+Blue) = 246+217+204=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 217 (85.16% from 255 or 32.53% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9CC is #092633. Grayscale: #E0E0E0. Windows color (decimal): -599604 or 13425142. OLE color: 13425142.

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

Color convert

RGB 246 217 204 -
CMYK 0 0.12 0.17 0.04
HSL 18.57º 0.7% 0.88% -
HSV(B) 18.57º 0.17% 0.96% -
XYZ 73.72 73.58 67.44 -
YUV 224.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 246 217 204 0 0.12 0.17 0.04 18.57 0.7 0.88
Hex F6 D9 CC 0 C 11 4 13 46 58
Octal 366 331 314 0 14 21 4 23 106 130
Binary 11110110 11011001 11001100 0 1100 10001 100 10011 1000110 1011000

Color Harmonies of #F6D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D9CC

Black with #F6D9CC

Text Example


Text Example

White with #F6D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D9CC; }

 p { color: rgb(246,217,204); }

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

background-color css

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

 a { background-color: rgb(246,217,204); }

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

border-color css

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

 span { border-color: rgb(246,217,204); }

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