Html Css Color HEX #F9DEDD Tutu

📋 copy color: '#F9DEDD'

red 249 ◦ green 222 ◦ blue 221

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

Shades of Tutu #F9DEDD

Tints of Tutu #F9DEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.08%

 BLUE value IS 221 (86.72% from 255) = 31.94%

R = 35.98%
G = 32.08%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9DEDD (or 0xF9DEDD) is known color: Tutu. HEX triplet: F9, DE and DD. RGB value is (249,222,221). Sum of RGB (Red+Green+Blue) = 249+222+221=692 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.98% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DEDD is #062122. Grayscale: #E5E5E5. Windows color (decimal): -401699 or 14540537. OLE color: 14540537.

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

Color convert

RGB 249 222 221 -
CMYK 0 0.11 0.11 0.02
HSL 2.14º 0.7% 0.92% -
HSV(B) 2.14º 0.11% 0.98% -
XYZ 78.24 77.6 79.26 -
YUV 229.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 249 222 221 0 0.11 0.11 0.02 2.14 0.7 0.92
Hex F9 DE DD 0 B B 2 2 46 5C
Octal 371 336 335 0 13 13 2 2 106 134
Binary 11111001 11011110 11011101 0 1011 1011 10 10 1000110 1011100

Color Harmonies of #F9DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DEDD

Black with #F9DEDD

Text Example


Text Example

White with #F9DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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