Html Css Color HEX #F9DBCE Cinderella

📋 copy color: '#F9DBCE'

red 249 ◦ green 219 ◦ blue 206

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

Shades of Cinderella #F9DBCE

Tints of Cinderella #F9DBCE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.49%

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

R = 36.94%
G = 32.49%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9DBCE (or 0xF9DBCE) is known color: Cinderella. HEX triplet: F9, DB and CE. RGB value is (249,219,206). Sum of RGB (Red+Green+Blue) = 249+219+206=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBCE is #062431. Grayscale: #E2E2E2. Windows color (decimal): -402482 or 13556729. OLE color: 13556729.

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

Color convert

RGB 249 219 206 -
CMYK 0 0.12 0.17 0.02
HSL 18.14º 0.78% 0.89% -
HSV(B) 18.14º 0.17% 0.98% -
XYZ 75.54 75.26 68.94 -
YUV 226.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 249 219 206 0 0.12 0.17 0.02 18.14 0.78 0.89
Hex F9 DB CE 0 C 11 2 12 4E 59
Octal 371 333 316 0 14 21 2 22 116 131
Binary 11111001 11011011 11001110 0 1100 10001 10 10010 1001110 1011001

Color Harmonies of #F9DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DBCE

Black with #F9DBCE

Text Example


Text Example

White with #F9DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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