Html Css Color HEX #F2D4AC Givry

📋 copy color: '#F2D4AC'

red 242 ◦ green 212 ◦ blue 172

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

Shades of Givry #F2D4AC

Tints of Givry #F2D4AC

RGB

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

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

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

R = 38.66%
G = 33.87%
B = 27.48%

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

#F2D4AC (or 0xF2D4AC) is known color: Givry. HEX triplet: F2, D4 and AC. RGB value is (242,212,172). Sum of RGB (Red+Green+Blue) = 242+212+172=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D4AC is #0D2B53. Grayscale: #D8D8D8. Windows color (decimal): -863060 or 11326706. OLE color: 11326706.

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

Color convert

RGB 242 212 172 -
CMYK 0 0.12 0.29 0.05
HSL 34.29º 0.73% 0.81% -
HSV(B) 34.29º 0.29% 0.95% -
XYZ 67.61 68.94 48.77 -
YUV 216.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 242 212 172 0 0.12 0.29 0.05 34.29 0.73 0.81
Hex F2 D4 AC 0 C 1D 5 22 49 51
Octal 362 324 254 0 14 35 5 42 111 121
Binary 11110010 11010100 10101100 0 1100 11101 101 100010 1001001 1010001

Color Harmonies of #F2D4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D4AC

Black with #F2D4AC

Text Example


Text Example

White with #F2D4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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