#FFFDAF

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

Shades of Shalimar #FFFDAF

Tints of Shalimar #FFFDAF

Color information

#FFFDAF (or 0xFFFDAF) is unknown color: approx Shalimar. HEX triplet: FF, FD and AF. RGB value is (255,253,175). Sum of RGB (Red+Green+Blue) = 255+253+175=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 175 (68.75% from 255 or 25.62% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDAF is #000250. Grayscale: #F5F5F5. Windows color (decimal): -593 or 11533823. OLE color: 11533823.

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

Color convert

RGB255253175-
CMYK00.010.310
HSL58.5º100%84.31%-
HSV(B)58.5º31.37%100%-
XYZ84.194.6154.39-
YUV244.7188.66135.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 253 (99.22% from 255) = 37.04%
BLUE value IS 175 (68.75% from 255) = 25.62%
R=37.34%
G=37.04%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525317500.010.31058.510084.31
HexFFFDAF011F03a6454
Octal3773752570137072144124
Binary1111111111111101101011110111111011101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDAF; }

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

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

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

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

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

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

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

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