Html Css Color HEX #F9DACD Cinderella

📋 copy color: '#F9DACD'

red 249 ◦ green 218 ◦ blue 205

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

Shades of Cinderella #F9DACD

Tints of Cinderella #F9DACD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.44%

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

R = 37.05%
G = 32.44%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9DACD (or 0xF9DACD) is known color: Cinderella. HEX triplet: F9, DA and CD. RGB value is (249,218,205). Sum of RGB (Red+Green+Blue) = 249+218+205=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DACD is #062532. Grayscale: #E1E1E1. Windows color (decimal): -402739 or 13490937. OLE color: 13490937.

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

Color convert

RGB 249 218 205 -
CMYK 0 0.12 0.18 0.02
HSL 17.73º 0.79% 0.89% -
HSV(B) 17.73º 0.18% 0.98% -
XYZ 75.16 74.69 68.21 -
YUV 225.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 249 218 205 0 0.12 0.18 0.02 17.73 0.79 0.89
Hex F9 DA CD 0 C 12 2 12 4F 59
Octal 371 332 315 0 14 22 2 22 117 131
Binary 11111001 11011010 11001101 0 1100 10010 10 10010 1001111 1011001

Color Harmonies of #F9DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DACD

Black with #F9DACD

Text Example


Text Example

White with #F9DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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