#FBFDAC

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

Shades of Shalimar #FBFDAC

Tints of Shalimar #FBFDAC

Color information

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

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

Color convert

RGB251253172-
CMYK0.0100.320.01
HSL61.48º95.29%83.33%-
HSV(B)61.48º32.02%99.22%-
XYZ82.3693.7452.78-
YUV243.1787.84133.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512531720.0100.320.0161.4895.2983.33
HexFBFDAC102013d5f53
Octal3733752541040175137123
Binary11111011111111011010110010100000111110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFDAC; }

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

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

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

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

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

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

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

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