#F1D688

Color #F1D688 Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #F1D688

Tints of Buff #F1D688

Color information

#F1D688 (or 0xF1D688) is unknown color: approx Buff. HEX triplet: F1, D6 and 88. RGB value is (241,214,136). Sum of RGB (Red+Green+Blue) = 241+214+136=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 136 (53.52% from 255 or 23.01% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D688 is #0E2977. Grayscale: #D5D5D5. Windows color (decimal): -928120 or 8967921. OLE color: 8967921.

HSL color Cylindrical-coordinate representation of color #F1D688: hue angle of 44.57º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1D688 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB241214136-
CMYK00.110.440.05
HSL44.57º78.95%73.92%-
HSV(B)44.57º43.57%94.51%-
XYZ64.7768.5733.11-
YUV213.1884.45147.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 136 (53.52% from 255) = 23.01%
R=40.78%
G=36.21%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121413600.110.440.0544.5778.9573.92
HexF1D6880B2C52d4f4a
Octal36132621001354555117112
Binary1111000111010110100010000101110110010110110110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D688; }

 p { color: rgb(241,214,136); }

 H1.HeaderClassName
 {
   color: #F1D688;
 }
 .AnyTagClassName
 {
   color: #F1D688;
 }
</style>
background-color css

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

 a { background-color: rgb(241,214,136); }

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

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

 span { border-color: rgb(241,214,136); }

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