Html Css Color HEX #F8D7CE Cinderella

📋 copy color: '#F8D7CE'

red 248 ◦ green 215 ◦ blue 206

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

Shades of Cinderella #F8D7CE

Tints of Cinderella #F8D7CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.79%

R = 37.07%
G = 32.14%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8D7CE (or 0xF8D7CE) is known color: Cinderella. HEX triplet: F8, D7 and CE. RGB value is (248,215,206). Sum of RGB (Red+Green+Blue) = 248+215+206=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 215 (84.38% from 255 or 32.14% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D7CE is #072831. Grayscale: #DFDFDF. Windows color (decimal): -469042 or 13555704. OLE color: 13555704.

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

Color convert

RGB 248 215 206 -
CMYK 0 0.13 0.17 0.03
HSL 12.86º 0.75% 0.89% -
HSV(B) 12.86º 0.17% 0.97% -
XYZ 74.15 73.01 68.58 -
YUV 223.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 248 215 206 0 0.13 0.17 0.03 12.86 0.75 0.89
Hex F8 D7 CE 0 D 11 3 D 4B 59
Octal 370 327 316 0 15 21 3 15 113 131
Binary 11111000 11010111 11001110 0 1101 10001 11 1101 1001011 1011001

Color Harmonies of #F8D7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D7CE

Black with #F8D7CE

Text Example


Text Example

White with #F8D7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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