#F1D3AD

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

Shades of Givry #F1D3AD

Tints of Givry #F1D3AD

Color information

#F1D3AD (or 0xF1D3AD) is unknown color: approx Givry. HEX triplet: F1, D3 and AD. RGB value is (241,211,173). Sum of RGB (Red+Green+Blue) = 241+211+173=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D3AD is #0E2C52. Grayscale: #D7D7D7. Windows color (decimal): -928851 or 11391985. OLE color: 11391985.

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

Color convert

RGB241211173-
CMYK00.120.280.05
HSL33.53º70.83%81.18%-
HSV(B)33.53º28.22%94.51%-
XYZ67.1168.3149.18-
YUV215.64103.94146.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 211 (82.81% from 255) = 33.76%
BLUE value IS 173 (67.97% from 255) = 27.68%
R=38.56%
G=33.76%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121117300.120.280.0533.5370.8381.18
HexF1D3AD0C1C5224751
Octal36132325501434542107121
Binary111100011101001110101101011001110010110001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D3AD; }

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

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

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

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

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

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

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

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