Html Css Color HEX #F1DB8B Buff

📋 copy color: '#F1DB8B'

red 241 ◦ green 219 ◦ blue 139

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

Shades of Buff #F1DB8B

Tints of Buff #F1DB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.21%

R = 40.23%
G = 36.56%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1DB8B (or 0xF1DB8B) is known color: Buff. HEX triplet: F1, DB and 8B. RGB value is (241,219,139). Sum of RGB (Red+Green+Blue) = 241+219+139=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 139 (54.69% from 255 or 23.21% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DB8B is #0E2474. Grayscale: #D8D8D8. Windows color (decimal): -926837 or 9165809. OLE color: 9165809.

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

Color convert

RGB 241 219 139 -
CMYK 0 0.09 0.42 0.05
HSL 47.06º 0.78% 0.75% -
HSV(B) 47.06º 0.42% 0.95% -
XYZ 66.27 71.23 34.68 -
YUV 216.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 241 219 139 0 0.09 0.42 0.05 47.06 0.78 0.75
Hex F1 DB 8B 0 9 2A 5 2F 4E 4B
Octal 361 333 213 0 11 52 5 57 116 113
Binary 11110001 11011011 10001011 0 1001 101010 101 101111 1001110 1001011

Color Harmonies of #F1DB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DB8B

Black with #F1DB8B

Text Example


Text Example

White with #F1DB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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