Html Css Color HEX #F1DC8E Buff

📋 copy color: '#F1DC8E'

red 241 ◦ green 220 ◦ blue 142

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

Shades of Buff #F1DC8E

Tints of Buff #F1DC8E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.48%

 BLUE value IS 142 (55.86% from 255) = 23.55%

R = 39.97%
G = 36.48%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1DC8E (or 0xF1DC8E) is known color: Buff. HEX triplet: F1, DC and 8E. RGB value is (241,220,142). Sum of RGB (Red+Green+Blue) = 241+220+142=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DC8E is #0E2371. Grayscale: #D9D9D9. Windows color (decimal): -926578 or 9362673. OLE color: 9362673.

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

Color convert

RGB 241 220 142 -
CMYK 0 0.09 0.41 0.05
HSL 47.27º 0.78% 0.75% -
HSV(B) 47.27º 0.41% 0.95% -
XYZ 66.75 71.84 35.94 -
YUV 217.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 241 220 142 0 0.09 0.41 0.05 47.27 0.78 0.75
Hex F1 DC 8E 0 9 29 5 2F 4E 4B
Octal 361 334 216 0 11 51 5 57 116 113
Binary 11110001 11011100 10001110 0 1001 101001 101 101111 1001110 1001011

Color Harmonies of #F1DC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC8E

Black with #F1DC8E

Text Example


Text Example

White with #F1DC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC8E; }

 p { color: rgb(241,220,142); }

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

background-color css

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

 a { background-color: rgb(241,220,142); }

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

border-color css

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

 span { border-color: rgb(241,220,142); }

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