Html Css Color HEX #F0D3AF Givry

📋 copy color: '#F0D3AF'

red 240 ◦ green 211 ◦ blue 175

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

Shades of Givry #F0D3AF

Tints of Givry #F0D3AF

RGB

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

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

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

R = 38.34%
G = 33.71%
B = 27.96%

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

#F0D3AF (or 0xF0D3AF) is known color: Givry. HEX triplet: F0, D3 and AF. RGB value is (240,211,175). Sum of RGB (Red+Green+Blue) = 240+211+175=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D3AF is #0F2C50. Grayscale: #D7D7D7. Windows color (decimal): -994385 or 11523056. OLE color: 11523056.

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

Color convert

RGB 240 211 175 -
CMYK 0 0.12 0.27 0.06
HSL 33.23º 0.68% 0.81% -
HSV(B) 33.23º 0.27% 0.94% -
XYZ 66.97 68.21 50.19 -
YUV 215.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 240 211 175 0 0.12 0.27 0.06 33.23 0.68 0.81
Hex F0 D3 AF 0 C 1B 6 21 44 51
Octal 360 323 257 0 14 33 6 41 104 121
Binary 11110000 11010011 10101111 0 1100 11011 110 100001 1000100 1010001

Color Harmonies of #F0D3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D3AF

Black with #F0D3AF

Text Example


Text Example

White with #F0D3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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