Html Css Color HEX #F8D4CB Cinderella

📋 copy color: '#F8D4CB'

red 248 ◦ green 212 ◦ blue 203

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

Shades of Cinderella #F8D4CB

Tints of Cinderella #F8D4CB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.98%

 BLUE value IS 203 (79.69% from 255) = 30.62%

R = 37.41%
G = 31.98%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8D4CB (or 0xF8D4CB) is known color: Cinderella. HEX triplet: F8, D4 and CB. RGB value is (248,212,203). Sum of RGB (Red+Green+Blue) = 248+212+203=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D4CB is #072B34. Grayscale: #DDDDDD. Windows color (decimal): -469813 or 13358328. OLE color: 13358328.

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

Color convert

RGB 248 212 203 -
CMYK 0 0.15 0.18 0.03
HSL 12º 0.76% 0.88% -
HSV(B) 12º 0.18% 0.97% -
XYZ 73.03 71.36 66.42 -
YUV 221.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 248 212 203 0 0.15 0.18 0.03 12 0.76 0.88
Hex F8 D4 CB 0 F 12 3 C 4C 58
Octal 370 324 313 0 17 22 3 14 114 130
Binary 11111000 11010100 11001011 0 1111 10010 11 1100 1001100 1011000

Color Harmonies of #F8D4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D4CB

Black with #F8D4CB

Text Example


Text Example

White with #F8D4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D4CB; }

 p { color: rgb(248,212,203); }

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

background-color css

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

 a { background-color: rgb(248,212,203); }

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

border-color css

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

 span { border-color: rgb(248,212,203); }

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