#FCFFAF

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

Shades of Shalimar #FCFFAF

Tints of Shalimar #FCFFAF

Color information

#FCFFAF (or 0xFCFFAF) is unknown color: approx Shalimar. HEX triplet: FC, FF and AF. RGB value is (252,255,175). Sum of RGB (Red+Green+Blue) = 252+255+175=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 175 (68.75% from 255 or 25.66% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFAF is #030050. Grayscale: #F5F5F5. Windows color (decimal): -196689 or 11534332. OLE color: 11534332.

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

Color convert

RGB252255175-
CMYK0.0100.310
HSL62.25º100%84.31%-
HSV(B)62.25º31.37%100%-
XYZ83.6495.3154.55-
YUV244.9888.51133-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 175 (68.75% from 255) = 25.66%
R=36.95%
G=37.39%
B=25.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551750.0100.31062.2510084.31
HexFCFFAF101F03e6454
Octal3743772571037076144124
Binary1111110011111111101011111011111011111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFAF; }

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

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

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

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

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

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

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

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