#FDFBAC

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

Shades of Shalimar #FDFBAC

Tints of Shalimar #FDFBAC

Color information

#FDFBAC (or 0xFDFBAC) is unknown color: approx Shalimar. HEX triplet: FD, FB and AC. RGB value is (253,251,172). Sum of RGB (Red+Green+Blue) = 253+251+172=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 172 (67.58% from 255 or 25.44% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBAC is #020453. Grayscale: #F2F2F2. Windows color (decimal): -132180 or 11336701. OLE color: 11336701.

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

Color convert

RGB253251172-
CMYK00.010.320.01
HSL58.52º95.29%83.33%-
HSV(B)58.52º32.02%99.22%-
XYZ82.4592.8652.61-
YUV242.5988.16135.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.43%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 172 (67.58% from 255) = 25.44%
R=37.43%
G=37.13%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325117200.010.320.0158.5295.2983.33
HexFDFBAC012013b5f53
Octal3753732540140173137123
Binary11111101111110111010110001100000111101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBAC; }

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

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

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

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

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

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

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

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