#FBE4C0

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

Shades of Egg Sour #FBE4C0

Tints of Egg Sour #FBE4C0

Color information

#FBE4C0 (or 0xFBE4C0) is unknown color: approx Egg Sour. HEX triplet: FB, E4 and C0. RGB value is (251,228,192). Sum of RGB (Red+Green+Blue) = 251+228+192=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 192 (75.39% from 255 or 28.61% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE4C0 is #041B3F. Grayscale: #E6E6E6. Windows color (decimal): -269120 or 12641531. OLE color: 12641531.

HSL color Cylindrical-coordinate representation of color #FBE4C0: hue angle of 36.61º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBE4C0 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251228192-
CMYK00.090.240.02
HSL36.61º88.06%86.86%-
HSV(B)36.61º23.51%98.43%-
XYZ77.0479.861.21-
YUV230.77106.12142.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 228 (89.45% from 255) = 33.98%
BLUE value IS 192 (75.39% from 255) = 28.61%
R=37.41%
G=33.98%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122819200.090.240.0236.6188.0686.86
HexFBE4C009182255857
Octal37334430001130245130127
Binary11111011111001001100000001001110001010010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4C0; }

 p { color: rgb(251,228,192); }

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

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

 a { background-color: rgb(251,228,192); }

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

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

 span { border-color: rgb(251,228,192); }

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