Html Css Color HEX #F9DDD9 Remy

📋 copy color: '#F9DDD9'

red 249 ◦ green 221 ◦ blue 217

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

Shades of Remy #F9DDD9

Tints of Remy #F9DDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31.59%

R = 36.24%
G = 32.17%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F9DDD9 (or 0xF9DDD9) is known color: Remy. HEX triplet: F9, DD and D9. RGB value is (249,221,217). Sum of RGB (Red+Green+Blue) = 249+221+217=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDD9 is #062226. Grayscale: #E4E4E4. Windows color (decimal): -401959 or 14278137. OLE color: 14278137.

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

Color convert

RGB 249 221 217 -
CMYK 0 0.11 0.13 0.02
HSL 7.5º 0.73% 0.91% -
HSV(B) 7.5º 0.13% 0.98% -
XYZ 77.45 76.86 76.4 -
YUV 228.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 249 221 217 0 0.11 0.13 0.02 7.5 0.73 0.91
Hex F9 DD D9 0 B D 2 8 49 5B
Octal 371 335 331 0 13 15 2 10 111 133
Binary 11111001 11011101 11011001 0 1011 1101 10 1000 1001001 1011011

Color Harmonies of #F9DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DDD9

Black with #F9DDD9

Text Example


Text Example

White with #F9DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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