Html Css Color HEX #F7F7AC Shalimar

📋 copy color: '#F7F7AC'

red 247 ◦ green 247 ◦ blue 172

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

Shades of Shalimar #F7F7AC

Tints of Shalimar #F7F7AC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.09%

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

R = 37.09%
G = 37.09%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F7F7AC (or 0xF7F7AC) is known color: Shalimar. HEX triplet: F7, F7 and AC. RGB value is (247,247,172). Sum of RGB (Red+Green+Blue) = 247+247+172=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 172 (67.58% from 255 or 25.83% from 666); Max value from RGB is 247 - color contains mainly: red, green. Hex color #F7F7AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F7AC is #080853. Grayscale: #EEEEEE. Windows color (decimal): -526420 or 11335671. OLE color: 11335671.

HSL color Cylindrical-coordinate representation of color #F7F7AC: hue angle of 60º 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 #F7F7AC is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 247 172 -
CMYK 0 0 0.30 0.03
HSL 60º 0.82% 0.82% -
HSV(B) 60º 0.3% 0.97% -
XYZ 79.06 89.27 52.09 -
YUV 238.45 90.5 134.1 -
System Red Green Blue C M Y K H S L
Decimal 247 247 172 0 0 0.30 0.03 60 0.82 0.82
Hex F7 F7 AC 0 0 1E 3 3C 52 52
Octal 367 367 254 0 0 36 3 74 122 122
Binary 11110111 11110111 10101100 0 0 11110 11 111100 1010010 1010010

Color Harmonies of #F7F7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F7AC

Black with #F7F7AC

Text Example


Text Example

White with #F7F7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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