Html Css Color HEX #F7F2AC Shalimar

📋 copy color: '#F7F2AC'

red 247 ◦ green 242 ◦ blue 172

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

Shades of Shalimar #F7F2AC

Tints of Shalimar #F7F2AC

RGB

 RED value IS 247 (96.88% from 255) = 37.37%

 GREEN value IS 242 (94.92% from 255) = 36.61%

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

R = 37.37%
G = 36.61%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F7F2AC (or 0xF7F2AC) is known color: Shalimar. HEX triplet: F7, F2 and AC. RGB value is (247,242,172). Sum of RGB (Red+Green+Blue) = 247+242+172=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 172 (67.58% from 255 or 26.02% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F2AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F2AC is #080D53. Grayscale: #EBEBEB. Windows color (decimal): -527700 or 11334391. OLE color: 11334391.

HSL color Cylindrical-coordinate representation of color #F7F2AC: hue angle of 56º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7F2AC is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 242 172 -
CMYK 0 0.02 0.30 0.03
HSL 56º 0.82% 0.82% -
HSV(B) 56º 0.3% 0.97% -
XYZ 77.56 86.26 51.59 -
YUV 235.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 247 242 172 0 0.02 0.30 0.03 56 0.82 0.82
Hex F7 F2 AC 0 2 1E 3 38 52 52
Octal 367 362 254 0 2 36 3 70 122 122
Binary 11110111 11110010 10101100 0 10 11110 11 111000 1010010 1010010

Color Harmonies of #F7F2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F2AC

Black with #F7F2AC

Text Example


Text Example

White with #F7F2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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