#FDFFA8

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

Shades of Shalimar #FDFFA8

Tints of Shalimar #FDFFA8

Color information

#FDFFA8 (or 0xFDFFA8) is unknown color: approx Shalimar. HEX triplet: FD, FF and A8. RGB value is (253,255,168). Sum of RGB (Red+Green+Blue) = 253+255+168=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 168 (66.02% from 255 or 24.85% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFA8 is #020057. Grayscale: #F4F4F4. Windows color (decimal): -131160 or 11075581. OLE color: 11075581.

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

Color convert

RGB253255168-
CMYK0.0100.340
HSL61.38º100%82.94%-
HSV(B)61.38º34.12%100%-
XYZ83.3495.2351.03-
YUV244.4884.84134.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.43%
GREEN value IS 255 (100% from 255) = 37.72%
BLUE value IS 168 (66.02% from 255) = 24.85%
R=37.43%
G=37.72%
B=24.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532551680.0100.34061.3810082.94
HexFDFFA8102203d6453
Octal3753772501042075144123
Binary11111101111111111010100010100010011110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFA8; }

 p { color: rgb(253,255,168); }

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

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

 a { background-color: rgb(253,255,168); }

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

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

 span { border-color: rgb(253,255,168); }

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