#FCFDB3

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

Shades of Shalimar #FCFDB3

Tints of Shalimar #FCFDB3

Color information

#FCFDB3 (or 0xFCFDB3) is unknown color: approx Shalimar. HEX triplet: FC, FD and B3. RGB value is (252,253,179). Sum of RGB (Red+Green+Blue) = 252+253+179=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 179 (70.31% from 255 or 26.17% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDB3 is #03024C. Grayscale: #F4F4F4. Windows color (decimal): -197197 or 11795964. OLE color: 11795964.

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

Color convert

RGB252253179-
CMYK0.0000.290.01
HSL60.81º94.87%84.71%-
HSV(B)60.81º29.25%99.22%-
XYZ83.4194.256.43-
YUV244.2691.17133.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.84%
GREEN value IS 253 (99.22% from 255) = 36.99%
BLUE value IS 179 (70.31% from 255) = 26.17%
R=36.84%
G=36.99%
B=26.17%

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
Decimal2522531790.0000.290.0160.8194.8784.71
HexFCFDB3001D13d5f55
Octal3743752630035175137125
Binary1111110011111101101100110011101111110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDB3; }

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

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

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

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

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

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

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

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