#F1D8AD

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

Shades of Givry #F1D8AD

Tints of Givry #F1D8AD

Color information

#F1D8AD (or 0xF1D8AD) is unknown color: approx Givry. HEX triplet: F1, D8 and AD. RGB value is (241,216,173). Sum of RGB (Red+Green+Blue) = 241+216+173=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D8AD is #0E2752. Grayscale: #DADADA. Windows color (decimal): -927571 or 11393265. OLE color: 11393265.

HSL color Cylindrical-coordinate representation of color #F1D8AD: hue angle of 37.94º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1D8AD is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB241216173-
CMYK00.100.280.05
HSL37.94º70.83%81.18%-
HSV(B)37.94º28.22%94.51%-
XYZ68.3770.8349.6-
YUV218.57102.28144-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.25%
GREEN value IS 216 (84.77% from 255) = 34.29%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=38.25%
G=34.29%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121617300.100.280.0537.9470.8381.18
HexF1D8AD0A1C5264751
Octal36133025501234546107121
Binary111100011101100010101101010101110010110011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D8AD; }

 p { color: rgb(241,216,173); }

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

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

 a { background-color: rgb(241,216,173); }

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

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

 span { border-color: rgb(241,216,173); }

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