#F0D2AD

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

Shades of Givry #F0D2AD

Tints of Givry #F0D2AD

Color information

#F0D2AD (or 0xF0D2AD) is unknown color: approx Givry. HEX triplet: F0, D2 and AD. RGB value is (240,210,173). Sum of RGB (Red+Green+Blue) = 240+210+173=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D2AD is #0F2D52. Grayscale: #D6D6D6. Windows color (decimal): -994643 or 11391728. OLE color: 11391728.

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

Color convert

RGB240210173-
CMYK00.120.280.06
HSL33.13º69.07%80.98%-
HSV(B)33.13º27.92%94.12%-
XYZ66.5267.6449.08-
YUV214.75104.44146.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 210 (82.42% from 255) = 33.71%
BLUE value IS 173 (67.97% from 255) = 27.77%
R=38.52%
G=33.71%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021017300.120.280.0633.1369.0780.98
HexF0D2AD0C1C6214551
Octal36032225501434641105121
Binary111100001101001010101101011001110011010000110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D2AD; }

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

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

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

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

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

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

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

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