Html Css Color HEX #F0D2AF Givry

📋 copy color: '#F0D2AF'

red 240 ◦ green 210 ◦ blue 175

#F0D2AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Givry #F0D2AF

Tints of Givry #F0D2AF

RGB

 RED value IS 240 (94.14% from 255) = 38.4%

 GREEN value IS 210 (82.42% from 255) = 33.6%

 BLUE value IS 175 (68.75% from 255) = 28%

R = 38.4%
G = 33.6%
B = 28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0D2AF (or 0xF0D2AF) is known color: Givry. HEX triplet: F0, D2 and AF. RGB value is (240,210,175). Sum of RGB (Red+Green+Blue) = 240+210+175=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D2AF is #0F2D50. Grayscale: #D7D7D7. Windows color (decimal): -994641 or 11522800. OLE color: 11522800.

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

Color convert

RGB 240 210 175 -
CMYK 0 0.12 0.27 0.06
HSL 32.31º 0.68% 0.81% -
HSV(B) 32.31º 0.27% 0.94% -
XYZ 66.72 67.71 50.11 -
YUV 214.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 240 210 175 0 0.12 0.27 0.06 32.31 0.68 0.81
Hex F0 D2 AF 0 C 1B 6 20 44 51
Octal 360 322 257 0 14 33 6 40 104 121
Binary 11110000 11010010 10101111 0 1100 11011 110 100000 1000100 1010001

Color Harmonies of #F0D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D2AF

Black with #F0D2AF

Text Example


Text Example

White with #F0D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D2AF; }

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

 H1.HeaderClassName
 {
   color: #F0D2AF;
 }
 .AnyTagClassName
 {
   color: #F0D2AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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