Html Css Color HEX #F9DDCE Cinderella

📋 copy color: '#F9DDCE'

red 249 ◦ green 221 ◦ blue 206

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

Shades of Cinderella #F9DDCE

Tints of Cinderella #F9DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.69%

 BLUE value IS 206 (80.86% from 255) = 30.47%

R = 36.83%
G = 32.69%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9DDCE (or 0xF9DDCE) is known color: Cinderella. HEX triplet: F9, DD and CE. RGB value is (249,221,206). Sum of RGB (Red+Green+Blue) = 249+221+206=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDCE is #062231. Grayscale: #E3E3E3. Windows color (decimal): -401970 or 13557241. OLE color: 13557241.

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

Color convert

RGB 249 221 206 -
CMYK 0 0.11 0.17 0.02
HSL 20.93º 0.78% 0.89% -
HSV(B) 20.93º 0.17% 0.98% -
XYZ 76.06 76.31 69.11 -
YUV 227.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 249 221 206 0 0.11 0.17 0.02 20.93 0.78 0.89
Hex F9 DD CE 0 B 11 2 15 4E 59
Octal 371 335 316 0 13 21 2 25 116 131
Binary 11111001 11011101 11001110 0 1011 10001 10 10101 1001110 1011001

Color Harmonies of #F9DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DDCE

Black with #F9DDCE

Text Example


Text Example

White with #F9DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DDCE; }

 p { color: rgb(249,221,206); }

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

background-color css

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

 a { background-color: rgb(249,221,206); }

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

border-color css

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

 span { border-color: rgb(249,221,206); }

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