Html Css Color HEX #F7F8A5 Shalimar

📋 copy color: '#F7F8A5'

red 247 ◦ green 248 ◦ blue 165

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

Shades of Shalimar #F7F8A5

Tints of Shalimar #F7F8A5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.58%

 BLUE value IS 165 (64.84% from 255) = 25%

R = 37.42%
G = 37.58%
B = 25%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F7F8A5 (or 0xF7F8A5) is known color: Shalimar. HEX triplet: F7, F8 and A5. RGB value is (247,248,165). Sum of RGB (Red+Green+Blue) = 247+248+165=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 248 (97.27% from 255 or 37.58% from 660); Blue value is 165 (64.84% from 255 or 25% from 660); Max value from RGB is 248 - color contains mainly: green. Hex color #F7F8A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F8A5 is #08075A. Grayscale: #EEEEEE. Windows color (decimal): -526171 or 10877175. OLE color: 10877175.

HSL color Cylindrical-coordinate representation of color #F7F8A5: hue angle of 60.72º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7F8A5 is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 248 165 -
CMYK 0.00 0 0.33 0.03
HSL 60.72º 0.86% 0.81% -
HSV(B) 60.72º 0.33% 0.97% -
XYZ 78.72 89.63 48.75 -
YUV 238.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 247 248 165 0.00 0 0.33 0.03 60.72 0.86 0.81
Hex F7 F8 A5 0 0 21 3 3D 56 51
Octal 367 370 245 0 0 41 3 75 126 121
Binary 11110111 11111000 10100101 0 0 100001 11 111101 1010110 1010001

Color Harmonies of #F7F8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F8A5

Black with #F7F8A5

Text Example


Text Example

White with #F7F8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F8A5; }

 p { color: rgb(247,248,165); }

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

background-color css

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

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

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

border-color css

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

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

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