#FCFFB0

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

Shades of Shalimar #FCFFB0

Tints of Shalimar #FCFFB0

Color information

#FCFFB0 (or 0xFCFFB0) is unknown color: approx Shalimar. HEX triplet: FC, FF and B0. RGB value is (252,255,176). Sum of RGB (Red+Green+Blue) = 252+255+176=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 176 (69.14% from 255 or 25.77% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFB0 is #03004F. Grayscale: #F5F5F5. Windows color (decimal): -196688 or 11599868. OLE color: 11599868.

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

Color convert

RGB252255176-
CMYK0.0100.310
HSL62.28º100%84.51%-
HSV(B)62.28º30.98%100%-
XYZ83.7495.3555.07-
YUV245.189.01132.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 255 (100% from 255) = 37.34%
BLUE value IS 176 (69.14% from 255) = 25.77%
R=36.90%
G=37.34%
B=25.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551760.0100.31062.2810084.51
HexFCFFB0101F03e6455
Octal3743772601037076144125
Binary1111110011111111101100001011111011111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFB0; }

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

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

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

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

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

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

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

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