#FCFBAD

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

Shades of Shalimar #FCFBAD

Tints of Shalimar #FCFBAD

Color information

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

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

Color convert

RGB252251173-
CMYK00.000.310.01
HSL59.24º92.94%83.33%-
HSV(B)59.24º31.35%98.82%-
XYZ82.1892.7153.1-
YUV242.4188.83134.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225117300.000.310.0159.2492.9483.33
HexFCFBAD001F13b5d53
Octal3743732550037173135123
Binary1111110011111011101011010011111111101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBAD; }

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

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

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

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

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

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

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

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