Html Css Color HEX #F9F2DD Off Yellow

📋 copy color: '#F9F2DD'

red 249 ◦ green 242 ◦ blue 221

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

Shades of Off Yellow #F9F2DD

Tints of Off Yellow #F9F2DD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.99%

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

R = 34.97%
G = 33.99%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9F2DD (or 0xF9F2DD) is known color: Off Yellow. HEX triplet: F9, F2 and DD. RGB value is (249,242,221). Sum of RGB (Red+Green+Blue) = 249+242+221=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F2DD is #060D22. Grayscale: #F1F1F1. Windows color (decimal): -396579 or 14545657. OLE color: 14545657.

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

Color convert

RGB 249 242 221 -
CMYK 0 0.03 0.11 0.02
HSL 45º 0.7% 0.92% -
HSV(B) 45º 0.11% 0.98% -
XYZ 83.87 88.86 81.14 -
YUV 241.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 249 242 221 0 0.03 0.11 0.02 45 0.7 0.92
Hex F9 F2 DD 0 3 B 2 2D 46 5C
Octal 371 362 335 0 3 13 2 55 106 134
Binary 11111001 11110010 11011101 0 11 1011 10 101101 1000110 1011100

Color Harmonies of #F9F2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F2DD

Black with #F9F2DD

Text Example


Text Example

White with #F9F2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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