#FFFEAF

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

Shades of Shalimar #FFFEAF

Tints of Shalimar #FFFEAF

Color information

#FFFEAF (or 0xFFFEAF) is unknown color: approx Shalimar. HEX triplet: FF, FE and AF. RGB value is (255,254,175). Sum of RGB (Red+Green+Blue) = 255+254+175=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 175 (68.75% from 255 or 25.58% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEAF is #000150. Grayscale: #F5F5F5. Windows color (decimal): -337 or 11534079. OLE color: 11534079.

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

Color convert

RGB255254175-
CMYK00.000.310
HSL59.25º100%84.31%-
HSV(B)59.25º31.37%100%-
XYZ84.4295.2454.49-
YUV245.2988.33134.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 175 (68.75% from 255) = 25.58%
R=37.28%
G=37.13%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525417500.000.31059.2510084.31
HexFFFEAF001F03b6454
Octal3773762570037073144124
Binary1111111111111110101011110011111011101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEAF; }

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

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

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

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

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

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

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

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