#F7EFAA

Color #F7EFAA Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #F7EFAA

Tints of Shalimar #F7EFAA

Color information

#F7EFAA (or 0xF7EFAA) is unknown color: approx 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

RGB247239170-
CMYK00.030.310.03
HSL53.77º82.8%81.76%-
HSV(B)53.77º31.17%96.86%-
XYZ76.4884.4150.29-
YUV233.5392.15137.61-

RGB Variations

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

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.80% from 255) = 25.91%
R=37.65%
G=36.43%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723917000.030.310.0353.7782.881.76
HexF7EFAA031F3365352
Octal3673572520337366123122
Binary111101111110111110101010011111111111011010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>