#FCFAAD

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

Shades of Shalimar #FCFAAD

Tints of Shalimar #FCFAAD

Color information

#FCFAAD (or 0xFCFAAD) is unknown color: approx Shalimar. HEX triplet: FC, FA and AD. RGB value is (252,250,173). Sum of RGB (Red+Green+Blue) = 252+250+173=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 173 (67.97% from 255 or 25.63% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAAD is #030552. Grayscale: #F2F2F2. Windows color (decimal): -197971 or 11401980. OLE color: 11401980.

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

Color convert

RGB252250173-
CMYK00.010.310.01
HSL58.48º92.94%83.33%-
HSV(B)58.48º31.35%98.82%-
XYZ81.8792.0852.99-
YUV241.8289.16135.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 173 (67.97% from 255) = 25.63%
R=37.33%
G=37.04%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225017300.010.310.0158.4892.9483.33
HexFCFAAD011F13a5d53
Octal3743722550137172135123
Binary1111110011111010101011010111111111101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAAD; }

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

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

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

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

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

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

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

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