Html Css Color HEX #F2D4AD Givry

📋 copy color: '#F2D4AD'

red 242 ◦ green 212 ◦ blue 173

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

Shades of Givry #F2D4AD

Tints of Givry #F2D4AD

RGB

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

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

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

R = 38.6%
G = 33.81%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2D4AD (or 0xF2D4AD) is known color: Givry. HEX triplet: F2, D4 and AD. RGB value is (242,212,173). Sum of RGB (Red+Green+Blue) = 242+212+173=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D4AD is #0D2B52. Grayscale: #D8D8D8. Windows color (decimal): -863059 or 11392242. OLE color: 11392242.

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

Color convert

RGB 242 212 173 -
CMYK 0 0.12 0.29 0.05
HSL 33.91º 0.73% 0.81% -
HSV(B) 33.91º 0.29% 0.95% -
XYZ 67.7 68.98 49.28 -
YUV 216.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 242 212 173 0 0.12 0.29 0.05 33.91 0.73 0.81
Hex F2 D4 AD 0 C 1D 5 22 49 51
Octal 362 324 255 0 14 35 5 42 111 121
Binary 11110010 11010100 10101101 0 1100 11101 101 100010 1001001 1010001

Color Harmonies of #F2D4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D4AD

Black with #F2D4AD

Text Example


Text Example

White with #F2D4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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