Html Css Color HEX #F2DBAB Wheat

📋 copy color: '#F2DBAB'

red 242 ◦ green 219 ◦ blue 171

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

Shades of Wheat #F2DBAB

Tints of Wheat #F2DBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.06%

R = 38.29%
G = 34.65%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2DBAB (or 0xF2DBAB) is known color: Wheat. HEX triplet: F2, DB and AB. RGB value is (242,219,171). Sum of RGB (Red+Green+Blue) = 242+219+171=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DBAB is #0D2454. Grayscale: #DCDCDC. Windows color (decimal): -861269 or 11262962. OLE color: 11262962.

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

Color convert

RGB 242 219 171 -
CMYK 0 0.10 0.29 0.05
HSL 40.56º 0.73% 0.81% -
HSV(B) 40.56º 0.29% 0.95% -
XYZ 69.3 72.48 48.87 -
YUV 220.41 100.12 143.4 -
System Red Green Blue C M Y K H S L
Decimal 242 219 171 0 0.10 0.29 0.05 40.56 0.73 0.81
Hex F2 DB AB 0 A 1D 5 29 49 51
Octal 362 333 253 0 12 35 5 51 111 121
Binary 11110010 11011011 10101011 0 1010 11101 101 101001 1001001 1010001

Color Harmonies of #F2DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DBAB

Black with #F2DBAB

Text Example


Text Example

White with #F2DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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