#FFFFAD

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

Shades of Shalimar #FFFFAD

Tints of Shalimar #FFFFAD

Color information

#FFFFAD (or 0xFFFFAD) is unknown color: approx Shalimar. HEX triplet: FF, FF and AD. RGB value is (255,255,173). Sum of RGB (Red+Green+Blue) = 255+255+173=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 173 (67.97% from 255 or 25.33% from 683); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFAD is #000052. Grayscale: #F5F5F5. Windows color (decimal): -83 or 11403263. OLE color: 11403263.

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

Color convert

RGB255255173-
CMYK000.320
HSL60º100%83.92%-
HSV(B)60º32.16%100%-
XYZ84.5495.853.57-
YUV245.6587134.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 255 (100% from 255) = 37.34%
BLUE value IS 173 (67.97% from 255) = 25.33%
R=37.34%
G=37.34%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255173000.3206010083.92
HexFFFFAD002003c6454
Octal3773772550040074144124
Binary11111111111111111010110100100000011110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFAD; }

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

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

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

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

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

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

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

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