#F0D5AB

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

Shades of Givry #F0D5AB

Tints of Givry #F0D5AB

Color information

#F0D5AB (or 0xF0D5AB) is unknown color: approx Givry. HEX triplet: F0, D5 and AB. RGB value is (240,213,171). Sum of RGB (Red+Green+Blue) = 240+213+171=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D5AB is #0F2A54. Grayscale: #D8D8D8. Windows color (decimal): -993877 or 11261424. OLE color: 11261424.

HSL color Cylindrical-coordinate representation of color #F0D5AB: hue angle of 36.52º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0D5AB is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB240213171-
CMYK00.110.290.06
HSL36.52º69.7%80.59%-
HSV(B)36.52º28.75%94.12%-
XYZ67.0869.0548.32-
YUV216.28102.45144.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 171 (67.19% from 255) = 27.40%
R=38.46%
G=34.13%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021317100.110.290.0636.5269.780.59
HexF0D5AB0B1D6254651
Octal36032525301335645106121
Binary111100001101010110101011010111110111010010110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D5AB; }

 p { color: rgb(240,213,171); }

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

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

 a { background-color: rgb(240,213,171); }

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

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

 span { border-color: rgb(240,213,171); }

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