Html Css Color HEX #F2D7AD Givry

📋 copy color: '#F2D7AD'

red 242 ◦ green 215 ◦ blue 173

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

Shades of Givry #F2D7AD

Tints of Givry #F2D7AD

RGB

 RED value IS 242 (94.92% from 255) = 38.41%

 GREEN value IS 215 (84.38% from 255) = 34.13%

 BLUE value IS 173 (67.97% from 255) = 27.46%

R = 38.41%
G = 34.13%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2D7AD (or 0xF2D7AD) is known color: Givry. HEX triplet: F2, D7 and AD. RGB value is (242,215,173). Sum of RGB (Red+Green+Blue) = 242+215+173=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D7AD is #0D2852. Grayscale: #DADADA. Windows color (decimal): -862291 or 11393010. OLE color: 11393010.

HSL color Cylindrical-coordinate representation of color #F2D7AD: hue angle of 36.52º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2D7AD is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 215 173 -
CMYK 0 0.11 0.29 0.05
HSL 36.52º 0.73% 0.81% -
HSV(B) 36.52º 0.29% 0.95% -
XYZ 68.46 70.5 49.53 -
YUV 218.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 242 215 173 0 0.11 0.29 0.05 36.52 0.73 0.81
Hex F2 D7 AD 0 B 1D 5 25 49 51
Octal 362 327 255 0 13 35 5 45 111 121
Binary 11110010 11010111 10101101 0 1011 11101 101 100101 1001001 1010001

Color Harmonies of #F2D7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D7AD

Black with #F2D7AD

Text Example


Text Example

White with #F2D7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D7AD; }

 p { color: rgb(242,215,173); }

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

background-color css

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

 a { background-color: rgb(242,215,173); }

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

border-color css

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

 span { border-color: rgb(242,215,173); }

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