Html Css Color HEX #F7EEA8 Shalimar

📋 copy color: '#F7EEA8'

red 247 ◦ green 238 ◦ blue 168

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

Shades of Shalimar #F7EEA8

Tints of Shalimar #F7EEA8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.45%

 BLUE value IS 168 (66.02% from 255) = 25.73%

R = 37.83%
G = 36.45%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F7EEA8 (or 0xF7EEA8) is known color: Shalimar. HEX triplet: F7, EE and A8. RGB value is (247,238,168). Sum of RGB (Red+Green+Blue) = 247+238+168=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 168 (66.02% from 255 or 25.73% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EEA8 is #081157. Grayscale: #E8E8E8. Windows color (decimal): -528728 or 11071223. OLE color: 11071223.

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

Color convert

RGB 247 238 168 -
CMYK 0 0.04 0.32 0.03
HSL 53.16º 0.83% 0.81% -
HSV(B) 53.16º 0.32% 0.97% -
XYZ 76 83.75 49.21 -
YUV 232.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 247 238 168 0 0.04 0.32 0.03 53.16 0.83 0.81
Hex F7 EE A8 0 4 20 3 35 53 51
Octal 367 356 250 0 4 40 3 65 123 121
Binary 11110111 11101110 10101000 0 100 100000 11 110101 1010011 1010001

Color Harmonies of #F7EEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7EEA8

Black with #F7EEA8

Text Example


Text Example

White with #F7EEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7EEA8; }

 p { color: rgb(247,238,168); }

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

background-color css

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

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

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

border-color css

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

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

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