Html Css Color HEX #F1DC8D Buff

📋 copy color: '#F1DC8D'

red 241 ◦ green 220 ◦ blue 141

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

Shades of Buff #F1DC8D

Tints of Buff #F1DC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.42%

R = 40.03%
G = 36.54%
B = 23.42%

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

#F1DC8D (or 0xF1DC8D) is known color: Buff. HEX triplet: F1, DC and 8D. RGB value is (241,220,141). Sum of RGB (Red+Green+Blue) = 241+220+141=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DC8D is #0E2372. Grayscale: #D9D9D9. Windows color (decimal): -926579 or 9297137. OLE color: 9297137.

HSL color Cylindrical-coordinate representation of color #F1DC8D: hue angle of 47.4º 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 #F1DC8D is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 220 141 -
CMYK 0 0.09 0.41 0.05
HSL 47.4º 0.78% 0.75% -
HSV(B) 47.4º 0.41% 0.95% -
XYZ 66.68 71.81 35.55 -
YUV 217.27 84.96 144.92 -
System Red Green Blue C M Y K H S L
Decimal 241 220 141 0 0.09 0.41 0.05 47.4 0.78 0.75
Hex F1 DC 8D 0 9 29 5 2F 4E 4B
Octal 361 334 215 0 11 51 5 57 116 113
Binary 11110001 11011100 10001101 0 1001 101001 101 101111 1001110 1001011

Color Harmonies of #F1DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC8D

Black with #F1DC8D

Text Example


Text Example

White with #F1DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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