#FDFFAD

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

Shades of Shalimar #FDFFAD

Tints of Shalimar #FDFFAD

Color information

#FDFFAD (or 0xFDFFAD) is unknown color: approx Shalimar. HEX triplet: FD, FF and AD. RGB value is (253,255,173). Sum of RGB (Red+Green+Blue) = 253+255+173=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 173 (67.97% from 255 or 25.40% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFAD is #020052. Grayscale: #F5F5F5. Windows color (decimal): -131155 or 11403261. OLE color: 11403261.

HSL color Cylindrical-coordinate representation of color #FDFFAD: hue angle of 61.46º 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 #FDFFAD is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB253255173-
CMYK0.0100.320
HSL61.46º100%83.92%-
HSV(B)61.46º32.16%100%-
XYZ83.8195.4253.54-
YUV245.0587.34133.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 173 (67.97% from 255) = 25.40%
R=37.15%
G=37.44%
B=25.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532551730.0100.32061.4610083.92
HexFDFFAD102003d6454
Octal3753772551040075144124
Binary11111101111111111010110110100000011110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFAD; }

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

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

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

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

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

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

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

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