#FDFFAE

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

Shades of Shalimar #FDFFAE

Tints of Shalimar #FDFFAE

Color information

#FDFFAE (or 0xFDFFAE) is unknown color: approx Shalimar. HEX triplet: FD, FF and AE. RGB value is (253,255,174). Sum of RGB (Red+Green+Blue) = 253+255+174=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 174 (68.36% from 255 or 25.51% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFAE is #020051. Grayscale: #F5F5F5. Windows color (decimal): -131154 or 11468797. OLE color: 11468797.

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

Color convert

RGB253255174-
CMYK0.0100.320
HSL61.48º100%84.12%-
HSV(B)61.48º31.76%100%-
XYZ83.9195.4654.05-
YUV245.1787.84133.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.10%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 174 (68.36% from 255) = 25.51%
R=37.10%
G=37.39%
B=25.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532551740.0100.32061.4810084.12
HexFDFFAE102003d6454
Octal3753772561040075144124
Binary11111101111111111010111010100000011110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFAE; }

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

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

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

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

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

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

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

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