Html Css Color HEX #F8DCCC Cinderella

📋 copy color: '#F8DCCC'

red 248 ◦ green 220 ◦ blue 204

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

Shades of Cinderella #F8DCCC

Tints of Cinderella #F8DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.74%

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

R = 36.9%
G = 32.74%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8DCCC (or 0xF8DCCC) is known color: Cinderella. HEX triplet: F8, DC and CC. RGB value is (248,220,204). Sum of RGB (Red+Green+Blue) = 248+220+204=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCCC is #072333. Grayscale: #E2E2E2. Windows color (decimal): -467764 or 13425912. OLE color: 13425912.

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

Color convert

RGB 248 220 204 -
CMYK 0 0.11 0.18 0.03
HSL 21.82º 0.76% 0.89% -
HSV(B) 21.82º 0.18% 0.97% -
XYZ 75.2 75.5 67.74 -
YUV 226.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 248 220 204 0 0.11 0.18 0.03 21.82 0.76 0.89
Hex F8 DC CC 0 B 12 3 16 4C 59
Octal 370 334 314 0 13 22 3 26 114 131
Binary 11111000 11011100 11001100 0 1011 10010 11 10110 1001100 1011001

Color Harmonies of #F8DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCCC

Black with #F8DCCC

Text Example


Text Example

White with #F8DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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