Html Css Color HEX #F7EFAA Shalimar

📋 copy color: '#F7EFAA'

red 247 ◦ green 239 ◦ blue 170

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

Shades of Shalimar #F7EFAA

Tints of Shalimar #F7EFAA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.43%

 BLUE value IS 170 (66.8% from 255) = 25.91%

R = 37.65%
G = 36.43%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F7EFAA (or 0xF7EFAA) is known color: Shalimar. HEX triplet: F7, EF and AA. RGB value is (247,239,170). Sum of RGB (Red+Green+Blue) = 247+239+170=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EFAA is #081055. Grayscale: #E9E9E9. Windows color (decimal): -528470 or 11202551. OLE color: 11202551.

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

Color convert

RGB 247 239 170 -
CMYK 0 0.03 0.31 0.03
HSL 53.77º 0.83% 0.82% -
HSV(B) 53.77º 0.31% 0.97% -
XYZ 76.48 84.41 50.29 -
YUV 233.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 247 239 170 0 0.03 0.31 0.03 53.77 0.83 0.82
Hex F7 EF AA 0 3 1F 3 36 53 52
Octal 367 357 252 0 3 37 3 66 123 122
Binary 11110111 11101111 10101010 0 11 11111 11 110110 1010011 1010010

Color Harmonies of #F7EFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7EFAA

Black with #F7EFAA

Text Example


Text Example

White with #F7EFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7EFAA; }

 p { color: rgb(247,239,170); }

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

background-color css

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

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

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

border-color css

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

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

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