#FBFFAD

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

Shades of Shalimar #FBFFAD

Tints of Shalimar #FBFFAD

Color information

#FBFFAD (or 0xFBFFAD) is unknown color: approx Shalimar. HEX triplet: FB, FF and AD. RGB value is (251,255,173). Sum of RGB (Red+Green+Blue) = 251+255+173=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 173 (67.97% from 255 or 25.48% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFFAD is #040052. Grayscale: #F4F4F4. Windows color (decimal): -262227 or 11403259. OLE color: 11403259.

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

Color convert

RGB251255173-
CMYK0.0200.320
HSL62.93º100%83.92%-
HSV(B)62.93º32.16%100%-
XYZ83.0995.0553.5-
YUV244.4687.67132.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 173 (67.97% from 255) = 25.48%
R=36.97%
G=37.56%
B=25.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551730.0200.32062.9310083.92
HexFBFFAD202003f6454
Octal3733772552040077144124
Binary111110111111111110101101100100000011111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFAD; }

 p { color: rgb(251,255,173); }

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

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

 a { background-color: rgb(251,255,173); }

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

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

 span { border-color: rgb(251,255,173); }

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