#F8D6C8

Color #F8D6C8 Cinderella (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinderella #F8D6C8

Tints of Cinderella #F8D6C8

Color information

#F8D6C8 (or 0xF8D6C8) is unknown color: approx Cinderella. HEX triplet: F8, D6 and C8. RGB value is (248,214,200). Sum of RGB (Red+Green+Blue) = 248+214+200=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 200 (78.52% from 255 or 30.21% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D6C8 is #072937. Grayscale: #DEDEDE. Windows color (decimal): -469304 or 13162232. OLE color: 13162232.

HSL color Cylindrical-coordinate representation of color #F8D6C8: hue angle of 17.5º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8D6C8 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248214200-
CMYK00.140.190.03
HSL17.5º77.42%87.84%-
HSV(B)17.5º19.35%97.25%-
XYZ73.1872.2264.73-
YUV222.57115.26146.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.46%
GREEN value IS 214 (83.98% from 255) = 32.33%
BLUE value IS 200 (78.52% from 255) = 30.21%
R=37.46%
G=32.33%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821420000.140.190.0317.577.4287.84
HexF8D6C80E133124d58
Octal37032631001623322115130
Binary1111100011010110110010000111010011111001010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D6C8; }

 p { color: rgb(248,214,200); }

 H1.HeaderClassName
 {
   color: #F8D6C8;
 }
 .AnyTagClassName
 {
   color: #F8D6C8;
 }
</style>
background-color css

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

 a { background-color: rgb(248,214,200); }

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

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

 span { border-color: rgb(248,214,200); }

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