#FDF7B3

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

Shades of Shalimar #FDF7B3

Tints of Shalimar #FDF7B3

Color information

#FDF7B3 (or 0xFDF7B3) is unknown color: approx Shalimar. HEX triplet: FD, F7 and B3. RGB value is (253,247,179). Sum of RGB (Red+Green+Blue) = 253+247+179=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 179 (70.31% from 255 or 26.36% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7B3 is #02084C. Grayscale: #F1F1F1. Windows color (decimal): -133197 or 11794429. OLE color: 11794429.

HSL color Cylindrical-coordinate representation of color #FDF7B3: hue angle of 55.14º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDF7B3 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB253247179-
CMYK00.020.290.01
HSL55.14º94.87%84.71%-
HSV(B)55.14º29.25%99.22%-
XYZ81.9190.6655.83-
YUV241.0492.99136.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.26%
GREEN value IS 247 (96.88% from 255) = 36.38%
BLUE value IS 179 (70.31% from 255) = 26.36%
R=37.26%
G=36.38%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324717900.020.290.0155.1494.8784.71
HexFDF7B3021D1375f55
Octal3753672630235167137125
Binary11111101111101111011001101011101111011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7B3; }

 p { color: rgb(253,247,179); }

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

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

 a { background-color: rgb(253,247,179); }

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

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

 span { border-color: rgb(253,247,179); }

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