Html Css Color HEX #F1DBB2 Wheat

📋 copy color: '#F1DBB2'

red 241 ◦ green 219 ◦ blue 178

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

Shades of Wheat #F1DBB2

Tints of Wheat #F1DBB2

RGB

 RED value IS 241 (94.53% from 255) = 37.77%

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

 BLUE value IS 178 (69.92% from 255) = 27.9%

R = 37.77%
G = 34.33%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F1DBB2 (or 0xF1DBB2) is known color: Wheat. HEX triplet: F1, DB and B2. RGB value is (241,219,178). Sum of RGB (Red+Green+Blue) = 241+219+178=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 178 (69.92% from 255 or 27.90% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DBB2 is #0E244D. Grayscale: #DDDDDD. Windows color (decimal): -926798 or 11721713. OLE color: 11721713.

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

Color convert

RGB 241 219 178 -
CMYK 0 0.09 0.26 0.05
HSL 39.05º 0.69% 0.82% -
HSV(B) 39.05º 0.26% 0.95% -
XYZ 69.64 72.58 52.46 -
YUV 220.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 241 219 178 0 0.09 0.26 0.05 39.05 0.69 0.82
Hex F1 DB B2 0 9 1A 5 27 45 52
Octal 361 333 262 0 11 32 5 47 105 122
Binary 11110001 11011011 10110010 0 1001 11010 101 100111 1000101 1010010

Color Harmonies of #F1DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBB2

Black with #F1DBB2

Text Example


Text Example

White with #F1DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBB2; }

 p { color: rgb(241,219,178); }

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

background-color css

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

 a { background-color: rgb(241,219,178); }

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

border-color css

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

 span { border-color: rgb(241,219,178); }

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