#F0D5AD

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

Shades of Givry #F0D5AD

Tints of Givry #F0D5AD

Color information

#F0D5AD (or 0xF0D5AD) is unknown color: approx Givry. HEX triplet: F0, D5 and AD. RGB value is (240,213,173). Sum of RGB (Red+Green+Blue) = 240+213+173=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D5AD is #0F2A52. Grayscale: #D8D8D8. Windows color (decimal): -993875 or 11392496. OLE color: 11392496.

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

Color convert

RGB240213173-
CMYK00.110.280.06
HSL35.82º69.07%80.98%-
HSV(B)35.82º27.92%94.12%-
XYZ67.2769.1349.33-
YUV216.51103.45144.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.34%
GREEN value IS 213 (83.59% from 255) = 34.03%
BLUE value IS 173 (67.97% from 255) = 27.64%
R=38.34%
G=34.03%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021317300.110.280.0635.8269.0780.98
HexF0D5AD0B1C6244551
Octal36032525501334644105121
Binary111100001101010110101101010111110011010010010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D5AD; }

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

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

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

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

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

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

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

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