#FDFEB4

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

Shades of Shalimar #FDFEB4

Tints of Shalimar #FDFEB4

Color information

#FDFEB4 (or 0xFDFEB4) is unknown color: approx Shalimar. HEX triplet: FD, FE and B4. RGB value is (253,254,180). Sum of RGB (Red+Green+Blue) = 253+254+180=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 180 (70.70% from 255 or 26.20% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEB4 is #02014B. Grayscale: #F5F5F5. Windows color (decimal): -131404 or 11861757. OLE color: 11861757.

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

Color convert

RGB253254180-
CMYK0.0000.290.00
HSL60.81º97.37%85.1%-
HSV(B)60.81º29.13%99.61%-
XYZ84.1995.0657.09-
YUV245.2691.17133.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 254 (99.61% from 255) = 36.97%
BLUE value IS 180 (70.70% from 255) = 26.20%
R=36.83%
G=36.97%
B=26.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541800.0000.290.0060.8197.3785.1
HexFDFEB4001D03d6155
Octal3753762640035075141125
Binary1111110111111110101101000011101011110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEB4; }

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

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

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

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

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

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

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

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