Html Css Color HEX #F8DACD Cinderella

📋 copy color: '#F8DACD'

red 248 ◦ green 218 ◦ blue 205

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

Shades of Cinderella #F8DACD

Tints of Cinderella #F8DACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.55%

R = 36.96%
G = 32.49%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8DACD (or 0xF8DACD) is known color: Cinderella. HEX triplet: F8, DA and CD. RGB value is (248,218,205). Sum of RGB (Red+Green+Blue) = 248+218+205=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DACD is #072532. Grayscale: #E1E1E1. Windows color (decimal): -468275 or 13490936. OLE color: 13490936.

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

Color convert

RGB 248 218 205 -
CMYK 0 0.12 0.17 0.03
HSL 18.14º 0.75% 0.89% -
HSV(B) 18.14º 0.17% 0.97% -
XYZ 74.8 74.51 68.2 -
YUV 225.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 248 218 205 0 0.12 0.17 0.03 18.14 0.75 0.89
Hex F8 DA CD 0 C 11 3 12 4B 59
Octal 370 332 315 0 14 21 3 22 113 131
Binary 11111000 11011010 11001101 0 1100 10001 11 10010 1001011 1011001

Color Harmonies of #F8DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DACD

Black with #F8DACD

Text Example


Text Example

White with #F8DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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