#FCFFAE

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

Shades of Shalimar #FCFFAE

Tints of Shalimar #FCFFAE

Color information

#FCFFAE (or 0xFCFFAE) is unknown color: approx Shalimar. HEX triplet: FC, FF and AE. RGB value is (252,255,174). Sum of RGB (Red+Green+Blue) = 252+255+174=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 174 (68.36% from 255 or 25.55% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFAE is #030051. Grayscale: #F5F5F5. Windows color (decimal): -196690 or 11468796. OLE color: 11468796.

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

Color convert

RGB252255174-
CMYK0.0100.320
HSL62.22º100%84.12%-
HSV(B)62.22º31.76%100%-
XYZ83.5495.2754.03-
YUV244.8788.01133.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 174 (68.36% from 255) = 25.55%
R=37.00%
G=37.44%
B=25.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551740.0100.32062.2210084.12
HexFCFFAE102003e6454
Octal3743772561040076144124
Binary11111100111111111010111010100000011111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFAE; }

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

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

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

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

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

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

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

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