#FFF7B0

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

Shades of Shalimar #FFF7B0

Tints of Shalimar #FFF7B0

Color information

#FFF7B0 (or 0xFFF7B0) is unknown color: approx Shalimar. HEX triplet: FF, F7 and B0. RGB value is (255,247,176). Sum of RGB (Red+Green+Blue) = 255+247+176=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 247 (96.88% from 255 or 36.43% from 678); Blue value is 176 (69.14% from 255 or 25.96% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7B0 is #00084F. Grayscale: #F1F1F1. Windows color (decimal): -2128 or 11597823. OLE color: 11597823.

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

Color convert

RGB255247176-
CMYK00.030.310
HSL53.92º100%84.51%-
HSV(B)53.92º30.98%100%-
XYZ82.3490.9254.28-
YUV241.391.15137.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 247 (96.88% from 255) = 36.43%
BLUE value IS 176 (69.14% from 255) = 25.96%
R=37.61%
G=36.43%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524717600.030.31053.9210084.51
HexFFF7B0031F0366455
Octal3773672600337066144125
Binary11111111111101111011000001111111011011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF7B0; }

 p { color: rgb(255,247,176); }

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

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

 a { background-color: rgb(255,247,176); }

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

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

 span { border-color: rgb(255,247,176); }

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