#FBFEB4

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

Shades of Shalimar #FBFEB4

Tints of Shalimar #FBFEB4

Color information

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

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

Color convert

RGB251254180-
CMYK0.0100.290.00
HSL62.43º97.37%85.1%-
HSV(B)62.43º29.13%99.61%-
XYZ83.4694.6957.06-
YUV244.6791.51132.52-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512541800.0100.290.0062.4397.3785.1
HexFBFEB4101D03e6155
Octal3733762641035076141125
Binary1111101111111110101101001011101011111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFEB4; }

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

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

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

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

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

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

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

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