#F1D6AD

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

Shades of Givry #F1D6AD

Tints of Givry #F1D6AD

Color information

#F1D6AD (or 0xF1D6AD) is unknown color: approx Givry. HEX triplet: F1, D6 and AD. RGB value is (241,214,173). Sum of RGB (Red+Green+Blue) = 241+214+173=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D6AD is #0E2952. Grayscale: #D9D9D9. Windows color (decimal): -928083 or 11392753. OLE color: 11392753.

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

Color convert

RGB241214173-
CMYK00.110.280.05
HSL36.18º70.83%81.18%-
HSV(B)36.18º28.22%94.51%-
XYZ67.8769.8149.43-
YUV217.4102.95144.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 214 (83.98% from 255) = 34.08%
BLUE value IS 173 (67.97% from 255) = 27.55%
R=38.38%
G=34.08%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121417300.110.280.0536.1870.8381.18
HexF1D6AD0B1C5244751
Octal36132625501334544107121
Binary111100011101011010101101010111110010110010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D6AD; }

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

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

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

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

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

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

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

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