Html Css Color HEX #F0D4AC Givry

📋 copy color: '#F0D4AC'

red 240 ◦ green 212 ◦ blue 172

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

Shades of Givry #F0D4AC

Tints of Givry #F0D4AC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.97%

 BLUE value IS 172 (67.58% from 255) = 27.56%

R = 38.46%
G = 33.97%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0D4AC (or 0xF0D4AC) is known color: Givry. HEX triplet: F0, D4 and AC. RGB value is (240,212,172). Sum of RGB (Red+Green+Blue) = 240+212+172=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D4AC is #0F2B53. Grayscale: #D8D8D8. Windows color (decimal): -994132 or 11326704. OLE color: 11326704.

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

Color convert

RGB 240 212 172 -
CMYK 0 0.12 0.28 0.06
HSL 35.29º 0.69% 0.81% -
HSV(B) 35.29º 0.28% 0.94% -
XYZ 66.93 68.59 48.74 -
YUV 215.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 240 212 172 0 0.12 0.28 0.06 35.29 0.69 0.81
Hex F0 D4 AC 0 C 1C 6 23 45 51
Octal 360 324 254 0 14 34 6 43 105 121
Binary 11110000 11010100 10101100 0 1100 11100 110 100011 1000101 1010001

Color Harmonies of #F0D4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D4AC

Black with #F0D4AC

Text Example


Text Example

White with #F0D4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D4AC; }

 p { color: rgb(240,212,172); }

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

background-color css

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

 a { background-color: rgb(240,212,172); }

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

border-color css

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

 span { border-color: rgb(240,212,172); }

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