Html Css Color HEX #F2D6AD Givry

📋 copy color: '#F2D6AD'

red 242 ◦ green 214 ◦ blue 173

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

Shades of Givry #F2D6AD

Tints of Givry #F2D6AD

RGB

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

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

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

R = 38.47%
G = 34.02%
B = 27.5%

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

#F2D6AD (or 0xF2D6AD) is known color: Givry. HEX triplet: F2, D6 and AD. RGB value is (242,214,173). Sum of RGB (Red+Green+Blue) = 242+214+173=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D6AD is #0D2952. Grayscale: #D9D9D9. Windows color (decimal): -862547 or 11392754. OLE color: 11392754.

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

Color convert

RGB 242 214 173 -
CMYK 0 0.12 0.29 0.05
HSL 35.65º 0.73% 0.81% -
HSV(B) 35.65º 0.29% 0.95% -
XYZ 68.21 69.99 49.45 -
YUV 217.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 242 214 173 0 0.12 0.29 0.05 35.65 0.73 0.81
Hex F2 D6 AD 0 C 1D 5 24 49 51
Octal 362 326 255 0 14 35 5 44 111 121
Binary 11110010 11010110 10101101 0 1100 11101 101 100100 1001001 1010001

Color Harmonies of #F2D6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D6AD

Black with #F2D6AD

Text Example


Text Example

White with #F2D6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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