#F7FBAE

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

Shades of Shalimar #F7FBAE

Tints of Shalimar #F7FBAE

Color information

#F7FBAE (or 0xF7FBAE) is unknown color: approx Shalimar. HEX triplet: F7, FB and AE. RGB value is (247,251,174). Sum of RGB (Red+Green+Blue) = 247+251+174=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 174 (68.36% from 255 or 25.89% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #F7FBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FBAE is #080451. Grayscale: #F1F1F1. Windows color (decimal): -525394 or 11467767. OLE color: 11467767.

HSL color Cylindrical-coordinate representation of color #F7FBAE: hue angle of 63.12º 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 #F7FBAE is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB247251174-
CMYK0.0200.310.02
HSL63.12º90.59%83.33%-
HSV(B)63.12º30.68%98.43%-
XYZ80.4991.8253.53-
YUV241.0390.17132.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.76%
GREEN value IS 251 (98.44% from 255) = 37.35%
BLUE value IS 174 (68.36% from 255) = 25.89%
R=36.76%
G=37.35%
B=25.89%

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
Decimal2472511740.0200.310.0263.1290.5983.33
HexF7FBAE201F23f5b53
Octal3673732562037277133123
Binary111101111111101110101110100111111011111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FBAE; }

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

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

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

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

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

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

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

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