#FEFBB4

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

Shades of Shalimar #FEFBB4

Tints of Shalimar #FEFBB4

Color information

#FEFBB4 (or 0xFEFBB4) is unknown color: approx Shalimar. HEX triplet: FE, FB and B4. RGB value is (254,251,180). Sum of RGB (Red+Green+Blue) = 254+251+180=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 180 (70.70% from 255 or 26.28% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBB4 is #01044B. Grayscale: #F4F4F4. Windows color (decimal): -66636 or 11860990. OLE color: 11860990.

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

Color convert

RGB254251180-
CMYK00.010.290.00
HSL57.57º97.37%85.1%-
HSV(B)57.57º29.13%99.61%-
XYZ83.6193.3656.79-
YUV243.891.99135.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 251 (98.44% from 255) = 36.64%
BLUE value IS 180 (70.70% from 255) = 26.28%
R=37.08%
G=36.64%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425118000.010.290.0057.5797.3785.1
HexFEFBB4011D03a6155
Octal3763732640135072141125
Binary1111111011111011101101000111101011101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBB4; }

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

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

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

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

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

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

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

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