#FEFBAF

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

Shades of Shalimar #FEFBAF

Tints of Shalimar #FEFBAF

Color information

#FEFBAF (or 0xFEFBAF) is unknown color: approx Shalimar. HEX triplet: FE, FB and AF. RGB value is (254,251,175). Sum of RGB (Red+Green+Blue) = 254+251+175=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 175 (68.75% from 255 or 25.74% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBAF is #010450. Grayscale: #F3F3F3. Windows color (decimal): -66641 or 11533310. OLE color: 11533310.

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

Color convert

RGB254251175-
CMYK00.010.310.00
HSL57.72º97.53%84.12%-
HSV(B)57.72º31.1%99.61%-
XYZ83.1193.1654.16-
YUV243.2389.49135.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 251 (98.44% from 255) = 36.91%
BLUE value IS 175 (68.75% from 255) = 25.74%
R=37.35%
G=36.91%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425117500.010.310.0057.7297.5384.12
HexFEFBAF011F03a6254
Octal3763732570137072142124
Binary1111111011111011101011110111111011101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBAF; }

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

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

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

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

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

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

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

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