#FDFEAB

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

Shades of Shalimar #FDFEAB

Tints of Shalimar #FDFEAB

Color information

#FDFEAB (or 0xFDFEAB) is unknown color: approx Shalimar. HEX triplet: FD, FE and AB. RGB value is (253,254,171). Sum of RGB (Red+Green+Blue) = 253+254+171=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 171 (67.19% from 255 or 25.22% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEAB is #020154. Grayscale: #F4F4F4. Windows color (decimal): -131413 or 11271933. OLE color: 11271933.

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

Color convert

RGB253254171-
CMYK0.0000.330.00
HSL60.72º97.65%83.33%-
HSV(B)60.72º32.68%99.61%-
XYZ83.394.7152.42-
YUV244.2486.67134.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 254 (99.61% from 255) = 37.46%
BLUE value IS 171 (67.19% from 255) = 25.22%
R=37.32%
G=37.46%
B=25.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541710.0000.330.0060.7297.6583.33
HexFDFEAB002103d6253
Octal3753762530041075142123
Binary11111101111111101010101100100001011110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEAB; }

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

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

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

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

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

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

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

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