Html Css Color HEX #F0D3AC Givry

📋 copy color: '#F0D3AC'

red 240 ◦ green 211 ◦ blue 172

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

Shades of Givry #F0D3AC

Tints of Givry #F0D3AC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.87%

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

R = 38.52%
G = 33.87%
B = 27.61%

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

#F0D3AC (or 0xF0D3AC) is known color: Givry. HEX triplet: F0, D3 and AC. RGB value is (240,211,172). Sum of RGB (Red+Green+Blue) = 240+211+172=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D3AC is #0F2C53. Grayscale: #D7D7D7. Windows color (decimal): -994388 or 11326448. OLE color: 11326448.

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

Color convert

RGB 240 211 172 -
CMYK 0 0.12 0.28 0.06
HSL 34.41º 0.69% 0.81% -
HSV(B) 34.41º 0.28% 0.94% -
XYZ 66.68 68.09 48.66 -
YUV 215.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 240 211 172 0 0.12 0.28 0.06 34.41 0.69 0.81
Hex F0 D3 AC 0 C 1C 6 22 45 51
Octal 360 323 254 0 14 34 6 42 105 121
Binary 11110000 11010011 10101100 0 1100 11100 110 100010 1000101 1010001

Color Harmonies of #F0D3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D3AC

Black with #F0D3AC

Text Example


Text Example

White with #F0D3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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