Html Css Color HEX #F8DACC Cinderella

📋 copy color: '#F8DACC'

red 248 ◦ green 218 ◦ blue 204

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

Shades of Cinderella #F8DACC

Tints of Cinderella #F8DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.54%

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

R = 37.01%
G = 32.54%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8DACC (or 0xF8DACC) is known color: Cinderella. HEX triplet: F8, DA and CC. RGB value is (248,218,204). Sum of RGB (Red+Green+Blue) = 248+218+204=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DACC is #072533. Grayscale: #E1E1E1. Windows color (decimal): -468276 or 13425400. OLE color: 13425400.

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

Color convert

RGB 248 218 204 -
CMYK 0 0.12 0.18 0.03
HSL 19.09º 0.76% 0.89% -
HSV(B) 19.09º 0.18% 0.97% -
XYZ 74.68 74.46 67.56 -
YUV 225.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 248 218 204 0 0.12 0.18 0.03 19.09 0.76 0.89
Hex F8 DA CC 0 C 12 3 13 4C 59
Octal 370 332 314 0 14 22 3 23 114 131
Binary 11111000 11011010 11001100 0 1100 10010 11 10011 1001100 1011001

Color Harmonies of #F8DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DACC

Black with #F8DACC

Text Example


Text Example

White with #F8DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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