#FCFFAD

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

Shades of Shalimar #FCFFAD

Tints of Shalimar #FCFFAD

Color information

#FCFFAD (or 0xFCFFAD) is unknown color: approx Shalimar. HEX triplet: FC, FF and AD. RGB value is (252,255,173). Sum of RGB (Red+Green+Blue) = 252+255+173=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 173 (67.97% from 255 or 25.44% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFAD is #030052. Grayscale: #F5F5F5. Windows color (decimal): -196691 or 11403260. OLE color: 11403260.

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

Color convert

RGB252255173-
CMYK0.0100.320
HSL62.2º100%83.92%-
HSV(B)62.2º32.16%100%-
XYZ83.4595.2353.52-
YUV244.7687.51133.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 255 (100% from 255) = 37.5%
BLUE value IS 173 (67.97% from 255) = 25.44%
R=37.06%
G=37.5%
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
SystemRedGreenBlueCMYKHSL
Decimal2522551730.0100.32062.210083.92
HexFCFFAD102003e6454
Octal3743772551040076144124
Binary11111100111111111010110110100000011111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFAD; }

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

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

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

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

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

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

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

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