#FDFFAA

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

Shades of Shalimar #FDFFAA

Tints of Shalimar #FDFFAA

Color information

#FDFFAA (or 0xFDFFAA) is unknown color: approx Shalimar. HEX triplet: FD, FF and AA. RGB value is (253,255,170). Sum of RGB (Red+Green+Blue) = 253+255+170=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 170 (66.80% from 255 or 25.07% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFAA is #020055. Grayscale: #F5F5F5. Windows color (decimal): -131158 or 11206653. OLE color: 11206653.

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

Color convert

RGB253255170-
CMYK0.0100.330
HSL61.41º100%83.33%-
HSV(B)61.41º33.33%100%-
XYZ83.5295.352.02-
YUV244.7185.84133.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 255 (100% from 255) = 37.61%
BLUE value IS 170 (66.80% from 255) = 25.07%
R=37.32%
G=37.61%
B=25.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532551700.0100.33061.4110083.33
HexFDFFAA102103d6453
Octal3753772521041075144123
Binary11111101111111111010101010100001011110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFAA; }

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

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

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

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

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

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

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

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