#FBFCAD

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

Shades of Shalimar #FBFCAD

Tints of Shalimar #FBFCAD

Color information

#FBFCAD (or 0xFBFCAD) is unknown color: approx Shalimar. HEX triplet: FB, FC and AD. RGB value is (251,252,173). Sum of RGB (Red+Green+Blue) = 251+252+173=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 173 (67.97% from 255 or 25.59% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFCAD is #040352. Grayscale: #F3F3F3. Windows color (decimal): -262995 or 11402491. OLE color: 11402491.

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

Color convert

RGB251252173-
CMYK0.0000.310.01
HSL60.76º92.94%83.33%-
HSV(B)60.76º31.35%98.82%-
XYZ82.1493.1553.19-
YUV242.6988.67133.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 252 (98.83% from 255) = 37.28%
BLUE value IS 173 (67.97% from 255) = 25.59%
R=37.13%
G=37.28%
B=25.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512521730.0000.310.0160.7692.9483.33
HexFBFCAD001F13d5d53
Octal3733742550037175135123
Binary1111101111111100101011010011111111110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFCAD; }

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

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

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

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

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

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

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

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