Html Css Color HEX #F8D8CC Cinderella

📋 copy color: '#F8D8CC'

red 248 ◦ green 216 ◦ blue 204

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

Shades of Cinderella #F8D8CC

Tints of Cinderella #F8D8CC

RGB

 RED value IS 248 (97.27% from 255) = 37.13%

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

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

R = 37.13%
G = 32.34%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8D8CC (or 0xF8D8CC) is known color: Cinderella. HEX triplet: F8, D8 and CC. RGB value is (248,216,204). Sum of RGB (Red+Green+Blue) = 248+216+204=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D8CC is #072733. Grayscale: #E0E0E0. Windows color (decimal): -468788 or 13424888. OLE color: 13424888.

HSL color Cylindrical-coordinate representation of color #F8D8CC: hue angle of 16.36º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8D8CC is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 216 204 -
CMYK 0 0.13 0.18 0.03
HSL 16.36º 0.76% 0.89% -
HSV(B) 16.36º 0.18% 0.97% -
XYZ 74.17 73.43 67.39 -
YUV 224.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 248 216 204 0 0.13 0.18 0.03 16.36 0.76 0.89
Hex F8 D8 CC 0 D 12 3 10 4C 59
Octal 370 330 314 0 15 22 3 20 114 131
Binary 11111000 11011000 11001100 0 1101 10010 11 10000 1001100 1011001

Color Harmonies of #F8D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D8CC

Black with #F8D8CC

Text Example


Text Example

White with #F8D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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