#FDF8AC

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

Shades of Shalimar #FDF8AC

Tints of Shalimar #FDF8AC

Color information

#FDF8AC (or 0xFDF8AC) is unknown color: approx Shalimar. HEX triplet: FD, F8 and AC. RGB value is (253,248,172). Sum of RGB (Red+Green+Blue) = 253+248+172=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 172 (67.58% from 255 or 25.56% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF8AC is #020753. Grayscale: #F1F1F1. Windows color (decimal): -132948 or 11335933. OLE color: 11335933.

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

Color convert

RGB253248172-
CMYK00.020.320.01
HSL56.3º95.29%83.33%-
HSV(B)56.3º32.02%99.22%-
XYZ81.529152.3-
YUV240.8389.16136.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 248 (97.27% from 255) = 36.85%
BLUE value IS 172 (67.58% from 255) = 25.56%
R=37.59%
G=36.85%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324817200.020.320.0156.395.2983.33
HexFDF8AC02201385f53
Octal3753702540240170137123
Binary111111011111100010101100010100000111100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF8AC; }

 p { color: rgb(253,248,172); }

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

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

 a { background-color: rgb(253,248,172); }

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

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

 span { border-color: rgb(253,248,172); }

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