Html Css Color HEX #F2D8AC Givry

📋 copy color: '#F2D8AC'

red 242 ◦ green 216 ◦ blue 172

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

Shades of Givry #F2D8AC

Tints of Givry #F2D8AC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.29%

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

R = 38.41%
G = 34.29%
B = 27.3%

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

#F2D8AC (or 0xF2D8AC) is known color: Givry. HEX triplet: F2, D8 and AC. RGB value is (242,216,172). Sum of RGB (Red+Green+Blue) = 242+216+172=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D8AC is #0D2753. Grayscale: #DADADA. Windows color (decimal): -862036 or 11327730. OLE color: 11327730.

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

Color convert

RGB 242 216 172 -
CMYK 0 0.11 0.29 0.05
HSL 37.71º 0.73% 0.81% -
HSV(B) 37.71º 0.29% 0.95% -
XYZ 68.62 70.97 49.11 -
YUV 218.76 101.61 144.58 -
System Red Green Blue C M Y K H S L
Decimal 242 216 172 0 0.11 0.29 0.05 37.71 0.73 0.81
Hex F2 D8 AC 0 B 1D 5 26 49 51
Octal 362 330 254 0 13 35 5 46 111 121
Binary 11110010 11011000 10101100 0 1011 11101 101 100110 1001001 1010001

Color Harmonies of #F2D8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D8AC

Black with #F2D8AC

Text Example


Text Example

White with #F2D8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D8AC; }

 p { color: rgb(242,216,172); }

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

background-color css

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

 a { background-color: rgb(242,216,172); }

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

border-color css

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

 span { border-color: rgb(242,216,172); }

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