Html Css Color HEX #F7DFBA Wheat

📋 copy color: '#F7DFBA'

red 247 ◦ green 223 ◦ blue 186

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

Shades of Wheat #F7DFBA

Tints of Wheat #F7DFBA

RGB

 RED value IS 247 (96.88% from 255) = 37.65%

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

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

R = 37.65%
G = 33.99%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F7DFBA (or 0xF7DFBA) is known color: Wheat. HEX triplet: F7, DF and BA. RGB value is (247,223,186). Sum of RGB (Red+Green+Blue) = 247+223+186=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFBA is #082045. Grayscale: #E2E2E2. Windows color (decimal): -532550 or 12247031. OLE color: 12247031.

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

Color convert

RGB 247 223 186 -
CMYK 0 0.10 0.25 0.03
HSL 36.39º 0.79% 0.85% -
HSV(B) 36.39º 0.25% 0.97% -
XYZ 73.61 76.09 57.26 -
YUV 225.96 105.45 143.01 -
System Red Green Blue C M Y K H S L
Decimal 247 223 186 0 0.10 0.25 0.03 36.39 0.79 0.85
Hex F7 DF BA 0 A 19 3 24 4F 55
Octal 367 337 272 0 12 31 3 44 117 125
Binary 11110111 11011111 10111010 0 1010 11001 11 100100 1001111 1010101

Color Harmonies of #F7DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DFBA

Black with #F7DFBA

Text Example


Text Example

White with #F7DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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