#F1D2AD

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

Shades of Givry #F1D2AD

Tints of Givry #F1D2AD

Color information

#F1D2AD (or 0xF1D2AD) is unknown color: approx Givry. HEX triplet: F1, D2 and AD. RGB value is (241,210,173). Sum of RGB (Red+Green+Blue) = 241+210+173=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D2AD is #0E2D52. Grayscale: #D7D7D7. Windows color (decimal): -929107 or 11391729. OLE color: 11391729.

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

Color convert

RGB241210173-
CMYK00.130.280.05
HSL32.65º70.83%81.18%-
HSV(B)32.65º28.22%94.51%-
XYZ66.8767.8149.1-
YUV215.05104.27146.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.62%
GREEN value IS 210 (82.42% from 255) = 33.65%
BLUE value IS 173 (67.97% from 255) = 27.72%
R=38.62%
G=33.65%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121017300.130.280.0532.6570.8381.18
HexF1D2AD0D1C5214751
Octal36132225501534541107121
Binary111100011101001010101101011011110010110000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D2AD; }

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

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

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

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

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

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

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

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