#FCFEAF

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

Shades of Shalimar #FCFEAF

Tints of Shalimar #FCFEAF

Color information

#FCFEAF (or 0xFCFEAF) is unknown color: approx Shalimar. HEX triplet: FC, FE and AF. RGB value is (252,254,175). Sum of RGB (Red+Green+Blue) = 252+254+175=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 175 (68.75% from 255 or 25.70% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEAF is #030150. Grayscale: #F4F4F4. Windows color (decimal): -196945 or 11534076. OLE color: 11534076.

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

Color convert

RGB252254175-
CMYK0.0100.310.00
HSL61.52º97.53%84.12%-
HSV(B)61.52º31.1%99.61%-
XYZ83.3294.6754.44-
YUV244.488.84133.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 175 (68.75% from 255) = 25.70%
R=37.00%
G=37.30%
B=25.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522541750.0100.310.0061.5297.5384.12
HexFCFEAF101F03e6254
Octal3743762571037076142124
Binary1111110011111110101011111011111011111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEAF; }

 p { color: rgb(252,254,175); }

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

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

 a { background-color: rgb(252,254,175); }

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

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

 span { border-color: rgb(252,254,175); }

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