Html Css Color HEX #F9D8CD Cinderella

📋 copy color: '#F9D8CD'

red 249 ◦ green 216 ◦ blue 205

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

Shades of Cinderella #F9D8CD

Tints of Cinderella #F9D8CD

RGB

 RED value IS 249 (97.66% from 255) = 37.16%

 GREEN value IS 216 (84.77% from 255) = 32.24%

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

R = 37.16%
G = 32.24%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9D8CD (or 0xF9D8CD) is known color: Cinderella. HEX triplet: F9, D8 and CD. RGB value is (249,216,205). Sum of RGB (Red+Green+Blue) = 249+216+205=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D8CD is #062732. Grayscale: #E0E0E0. Windows color (decimal): -403251 or 13490425. OLE color: 13490425.

HSL color Cylindrical-coordinate representation of color #F9D8CD: hue angle of 15º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9D8CD is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 216 205 -
CMYK 0 0.13 0.18 0.02
HSL 15º 0.79% 0.89% -
HSV(B) 15º 0.18% 0.98% -
XYZ 74.64 73.66 68.04 -
YUV 224.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 249 216 205 0 0.13 0.18 0.02 15 0.79 0.89
Hex F9 D8 CD 0 D 12 2 F 4F 59
Octal 371 330 315 0 15 22 2 17 117 131
Binary 11111001 11011000 11001101 0 1101 10010 10 1111 1001111 1011001

Color Harmonies of #F9D8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D8CD

Black with #F9D8CD

Text Example


Text Example

White with #F9D8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D8CD; }

 p { color: rgb(249,216,205); }

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

background-color css

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

 a { background-color: rgb(249,216,205); }

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

border-color css

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

 span { border-color: rgb(249,216,205); }

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