#FDF9B4

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

Shades of Shalimar #FDF9B4

Tints of Shalimar #FDF9B4

Color information

#FDF9B4 (or 0xFDF9B4) is unknown color: approx Shalimar. HEX triplet: FD, F9 and B4. RGB value is (253,249,180). Sum of RGB (Red+Green+Blue) = 253+249+180=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 249 (97.66% from 255 or 36.51% from 682); Blue value is 180 (70.70% from 255 or 26.39% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9B4 is #02064B. Grayscale: #F2F2F2. Windows color (decimal): -132684 or 11860477. OLE color: 11860477.

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

Color convert

RGB253249180-
CMYK00.020.290.01
HSL56.71º94.81%84.9%-
HSV(B)56.71º28.85%99.22%-
XYZ82.6291.9356.57-
YUV242.3392.83135.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.10%
GREEN value IS 249 (97.66% from 255) = 36.51%
BLUE value IS 180 (70.70% from 255) = 26.39%
R=37.10%
G=36.51%
B=26.39%

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
Decimal25324918000.020.290.0156.7194.8184.9
HexFDF9B4021D1395f55
Octal3753712640235171137125
Binary11111101111110011011010001011101111100110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF9B4; }

 p { color: rgb(253,249,180); }

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

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

 a { background-color: rgb(253,249,180); }

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

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

 span { border-color: rgb(253,249,180); }

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