Html Css Color HEX #F8DCCD Cinderella

📋 copy color: '#F8DCCD'

red 248 ◦ green 220 ◦ blue 205

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

Shades of Cinderella #F8DCCD

Tints of Cinderella #F8DCCD

RGB

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

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

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

R = 36.85%
G = 32.69%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8DCCD (or 0xF8DCCD) is known color: Cinderella. HEX triplet: F8, DC and CD. RGB value is (248,220,205). Sum of RGB (Red+Green+Blue) = 248+220+205=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCCD is #072332. Grayscale: #E2E2E2. Windows color (decimal): -467763 or 13491448. OLE color: 13491448.

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

Color convert

RGB 248 220 205 -
CMYK 0 0.11 0.17 0.03
HSL 20.93º 0.75% 0.89% -
HSV(B) 20.93º 0.17% 0.97% -
XYZ 75.32 75.55 68.37 -
YUV 226.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 248 220 205 0 0.11 0.17 0.03 20.93 0.75 0.89
Hex F8 DC CD 0 B 11 3 15 4B 59
Octal 370 334 315 0 13 21 3 25 113 131
Binary 11111000 11011100 11001101 0 1011 10001 11 10101 1001011 1011001

Color Harmonies of #F8DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCCD

Black with #F8DCCD

Text Example


Text Example

White with #F8DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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