Html Css Color HEX #F0D8AE Givry

📋 copy color: '#F0D8AE'

red 240 ◦ green 216 ◦ blue 174

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

Shades of Givry #F0D8AE

Tints of Givry #F0D8AE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.29%

 BLUE value IS 174 (68.36% from 255) = 27.62%

R = 38.1%
G = 34.29%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0D8AE (or 0xF0D8AE) is known color: Givry. HEX triplet: F0, D8 and AE. RGB value is (240,216,174). Sum of RGB (Red+Green+Blue) = 240+216+174=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D8AE is #0F2751. Grayscale: #DADADA. Windows color (decimal): -993106 or 11458800. OLE color: 11458800.

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

Color convert

RGB 240 216 174 -
CMYK 0 0.1 0.28 0.06
HSL 38.18º 0.69% 0.81% -
HSV(B) 38.18º 0.28% 0.94% -
XYZ 68.13 70.69 50.1 -
YUV 218.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 240 216 174 0 0.1 0.28 0.06 38.18 0.69 0.81
Hex F0 D8 AE 0 A 1C 6 26 45 51
Octal 360 330 256 0 12 34 6 46 105 121
Binary 11110000 11011000 10101110 0 1010 11100 110 100110 1000101 1010001

Color Harmonies of #F0D8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D8AE

Black with #F0D8AE

Text Example


Text Example

White with #F0D8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D8AE; }

 p { color: rgb(240,216,174); }

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

background-color css

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

 a { background-color: rgb(240,216,174); }

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

border-color css

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

 span { border-color: rgb(240,216,174); }

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