Html Css Color HEX #F2DBAF Wheat

📋 copy color: '#F2DBAF'

red 242 ◦ green 219 ◦ blue 175

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

Shades of Wheat #F2DBAF

Tints of Wheat #F2DBAF

RGB

 RED value IS 242 (94.92% from 255) = 38.05%

 GREEN value IS 219 (85.94% from 255) = 34.43%

 BLUE value IS 175 (68.75% from 255) = 27.52%

R = 38.05%
G = 34.43%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2DBAF (or 0xF2DBAF) is known color: Wheat. HEX triplet: F2, DB and AF. RGB value is (242,219,175). Sum of RGB (Red+Green+Blue) = 242+219+175=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DBAF is #0D2450. Grayscale: #DDDDDD. Windows color (decimal): -861265 or 11525106. OLE color: 11525106.

HSL color Cylindrical-coordinate representation of color #F2DBAF: hue angle of 39.4º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2DBAF is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 219 175 -
CMYK 0 0.10 0.28 0.05
HSL 39.4º 0.72% 0.82% -
HSV(B) 39.4º 0.28% 0.95% -
XYZ 69.69 72.64 50.9 -
YUV 220.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 242 219 175 0 0.10 0.28 0.05 39.4 0.72 0.82
Hex F2 DB AF 0 A 1C 5 27 48 52
Octal 362 333 257 0 12 34 5 47 110 122
Binary 11110010 11011011 10101111 0 1010 11100 101 100111 1001000 1010010

Color Harmonies of #F2DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DBAF

Black with #F2DBAF

Text Example


Text Example

White with #F2DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DBAF; }

 p { color: rgb(242,219,175); }

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

background-color css

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

 a { background-color: rgb(242,219,175); }

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

border-color css

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

 span { border-color: rgb(242,219,175); }

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