#F7FBAD

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

Shades of Shalimar #F7FBAD

Tints of Shalimar #F7FBAD

Color information

#F7FBAD (or 0xF7FBAD) is unknown color: approx Shalimar. HEX triplet: F7, FB and AD. RGB value is (247,251,173). Sum of RGB (Red+Green+Blue) = 247+251+173=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 173 (67.97% from 255 or 25.78% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #F7FBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FBAD is #080452. Grayscale: #F1F1F1. Windows color (decimal): -525395 or 11402231. OLE color: 11402231.

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

Color convert

RGB247251173-
CMYK0.0200.310.02
HSL63.08º90.7%83.14%-
HSV(B)63.08º31.08%98.43%-
XYZ80.491.7953.01-
YUV240.9189.67132.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.81%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 173 (67.97% from 255) = 25.78%
R=36.81%
G=37.41%
B=25.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472511730.0200.310.0263.0890.783.14
HexF7FBAD201F23f5b53
Octal3673732552037277133123
Binary111101111111101110101101100111111011111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FBAD; }

 p { color: rgb(247,251,173); }

 H1.HeaderClassName
 {
   color: #F7FBAD;
 }
 .AnyTagClassName
 {
   color: #F7FBAD;
 }
</style>
background-color css

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

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

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

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

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

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