Html Css Color HEX #F9DFBA Wheat

📋 copy color: '#F9DFBA'

red 249 ◦ green 223 ◦ blue 186

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

Shades of Wheat #F9DFBA

Tints of Wheat #F9DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.89%

 BLUE value IS 186 (73.05% from 255) = 28.27%

R = 37.84%
G = 33.89%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9DFBA (or 0xF9DFBA) is known color: Wheat. HEX triplet: F9, DF and BA. RGB value is (249,223,186). Sum of RGB (Red+Green+Blue) = 249+223+186=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFBA is #062045. Grayscale: #E2E2E2. Windows color (decimal): -401478 or 12247033. OLE color: 12247033.

HSL color Cylindrical-coordinate representation of color #F9DFBA: hue angle of 35.24º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9DFBA is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 223 186 -
CMYK 0 0.10 0.25 0.02
HSL 35.24º 0.84% 0.85% -
HSV(B) 35.24º 0.25% 0.98% -
XYZ 74.32 76.46 57.3 -
YUV 226.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 249 223 186 0 0.10 0.25 0.02 35.24 0.84 0.85
Hex F9 DF BA 0 A 19 2 23 54 55
Octal 371 337 272 0 12 31 2 43 124 125
Binary 11111001 11011111 10111010 0 1010 11001 10 100011 1010100 1010101

Color Harmonies of #F9DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DFBA

Black with #F9DFBA

Text Example


Text Example

White with #F9DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DFBA; }

 p { color: rgb(249,223,186); }

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

background-color css

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

 a { background-color: rgb(249,223,186); }

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

border-color css

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

 span { border-color: rgb(249,223,186); }

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