Html Css Color HEX #F0D6AC Givry

📋 copy color: '#F0D6AC'

red 240 ◦ green 214 ◦ blue 172

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

Shades of Givry #F0D6AC

Tints of Givry #F0D6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.19%

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

R = 38.34%
G = 34.19%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0D6AC (or 0xF0D6AC) is known color: Givry. HEX triplet: F0, D6 and AC. RGB value is (240,214,172). Sum of RGB (Red+Green+Blue) = 240+214+172=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D6AC is #0F2953. Grayscale: #D9D9D9. Windows color (decimal): -993620 or 11327216. OLE color: 11327216.

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

Color convert

RGB 240 214 172 -
CMYK 0 0.11 0.28 0.06
HSL 37.06º 0.69% 0.81% -
HSV(B) 37.06º 0.28% 0.94% -
XYZ 67.43 69.6 48.91 -
YUV 216.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 240 214 172 0 0.11 0.28 0.06 37.06 0.69 0.81
Hex F0 D6 AC 0 B 1C 6 25 45 51
Octal 360 326 254 0 13 34 6 45 105 121
Binary 11110000 11010110 10101100 0 1011 11100 110 100101 1000101 1010001

Color Harmonies of #F0D6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D6AC

Black with #F0D6AC

Text Example


Text Example

White with #F0D6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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