#FCFDB4

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

Shades of Shalimar #FCFDB4

Tints of Shalimar #FCFDB4

Color information

#FCFDB4 (or 0xFCFDB4) is unknown color: approx Shalimar. HEX triplet: FC, FD and B4. RGB value is (252,253,180). Sum of RGB (Red+Green+Blue) = 252+253+180=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 180 (70.70% from 255 or 26.28% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDB4 is #03024B. Grayscale: #F4F4F4. Windows color (decimal): -197196 or 11861500. OLE color: 11861500.

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

Color convert

RGB252253180-
CMYK0.0000.290.01
HSL60.82º94.81%84.9%-
HSV(B)60.82º28.85%99.22%-
XYZ83.5194.2456.97-
YUV244.3891.67133.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 253 (99.22% from 255) = 36.93%
BLUE value IS 180 (70.70% from 255) = 26.28%
R=36.79%
G=36.93%
B=26.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522531800.0000.290.0160.8294.8184.9
HexFCFDB4001D13d5f55
Octal3743752640035175137125
Binary1111110011111101101101000011101111110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDB4; }

 p { color: rgb(252,253,180); }

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

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

 a { background-color: rgb(252,253,180); }

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

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

 span { border-color: rgb(252,253,180); }

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