#FFFFAF

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

Shades of Shalimar #FFFFAF

Tints of Shalimar #FFFFAF

Color information

#FFFFAF (or 0xFFFFAF) is unknown color: approx Shalimar. HEX triplet: FF, FF and AF. RGB value is (255,255,175). Sum of RGB (Red+Green+Blue) = 255+255+175=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 175 (68.75% from 255 or 25.55% from 685); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFAF is #000050. Grayscale: #F6F6F6. Windows color (decimal): -81 or 11534335. OLE color: 11534335.

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

Color convert

RGB255255175-
CMYK000.310
HSL60º100%84.31%-
HSV(B)60º31.37%100%-
XYZ84.7495.8854.6-
YUV245.8888134.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 175 (68.75% from 255) = 25.55%
R=37.23%
G=37.23%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255175000.3106010084.31
HexFFFFAF001F03c6454
Octal3773772570037074144124
Binary1111111111111111101011110011111011110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFAF; }

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

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

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

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

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

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

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

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