Html Css Color HEX #F8D7CC Cinderella

📋 copy color: '#F8D7CC'

red 248 ◦ green 215 ◦ blue 204

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

Shades of Cinderella #F8D7CC

Tints of Cinderella #F8D7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.23%

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

R = 37.18%
G = 32.23%
B = 30.58%

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

#F8D7CC (or 0xF8D7CC) is known color: Cinderella. HEX triplet: F8, D7 and CC. RGB value is (248,215,204). Sum of RGB (Red+Green+Blue) = 248+215+204=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 215 (84.38% from 255 or 32.23% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D7CC is #072833. Grayscale: #DFDFDF. Windows color (decimal): -469044 or 13424632. OLE color: 13424632.

HSL color Cylindrical-coordinate representation of color #F8D7CC: hue angle of 15º 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 #F8D7CC is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 215 204 -
CMYK 0 0.13 0.18 0.03
HSL 15º 0.76% 0.89% -
HSV(B) 15º 0.18% 0.97% -
XYZ 73.91 72.92 67.31 -
YUV 223.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 248 215 204 0 0.13 0.18 0.03 15 0.76 0.89
Hex F8 D7 CC 0 D 12 3 F 4C 59
Octal 370 327 314 0 15 22 3 17 114 131
Binary 11111000 11010111 11001100 0 1101 10010 11 1111 1001100 1011001

Color Harmonies of #F8D7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D7CC

Black with #F8D7CC

Text Example


Text Example

White with #F8D7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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