Html Css Color HEX #F6D8CC Cinderella

📋 copy color: '#F6D8CC'

red 246 ◦ green 216 ◦ blue 204

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

Shades of Cinderella #F6D8CC

Tints of Cinderella #F6D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.43%

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

R = 36.94%
G = 32.43%
B = 30.63%

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

#F6D8CC (or 0xF6D8CC) is known color: Cinderella. HEX triplet: F6, D8 and CC. RGB value is (246,216,204). Sum of RGB (Red+Green+Blue) = 246+216+204=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8CC is #092733. Grayscale: #DFDFDF. Windows color (decimal): -599860 or 13424886. OLE color: 13424886.

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

Color convert

RGB 246 216 204 -
CMYK 0 0.12 0.17 0.04
HSL 17.14º 0.7% 0.88% -
HSV(B) 17.14º 0.17% 0.96% -
XYZ 73.46 73.06 67.36 -
YUV 223.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 246 216 204 0 0.12 0.17 0.04 17.14 0.7 0.88
Hex F6 D8 CC 0 C 11 4 11 46 58
Octal 366 330 314 0 14 21 4 21 106 130
Binary 11110110 11011000 11001100 0 1100 10001 100 10001 1000110 1011000

Color Harmonies of #F6D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D8CC

Black with #F6D8CC

Text Example


Text Example

White with #F6D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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