#F1D4AB

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

Shades of Givry #F1D4AB

Tints of Givry #F1D4AB

Color information

#F1D4AB (or 0xF1D4AB) is unknown color: approx Givry. HEX triplet: F1, D4 and AB. RGB value is (241,212,171). Sum of RGB (Red+Green+Blue) = 241+212+171=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D4AB is #0E2B54. Grayscale: #D8D8D8. Windows color (decimal): -928597 or 11261169. OLE color: 11261169.

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

Color convert

RGB241212171-
CMYK00.120.290.05
HSL35.14º71.43%80.78%-
HSV(B)35.14º29.05%94.51%-
XYZ67.1768.7348.25-
YUV216102.61145.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.62%
GREEN value IS 212 (83.20% from 255) = 33.97%
BLUE value IS 171 (67.19% from 255) = 27.40%
R=38.62%
G=33.97%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121217100.120.290.0535.1471.4380.78
HexF1D4AB0C1D5234751
Octal36132425301435543107121
Binary111100011101010010101011011001110110110001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D4AB; }

 p { color: rgb(241,212,171); }

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

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

 a { background-color: rgb(241,212,171); }

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

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

 span { border-color: rgb(241,212,171); }

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