#FBE2C0

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

Shades of Egg Sour #FBE2C0

Tints of Egg Sour #FBE2C0

Color information

#FBE2C0 (or 0xFBE2C0) is unknown color: approx Egg Sour. HEX triplet: FB, E2 and C0. RGB value is (251,226,192). Sum of RGB (Red+Green+Blue) = 251+226+192=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 192 (75.39% from 255 or 28.70% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2C0 is #041D3F. Grayscale: #E5E5E5. Windows color (decimal): -269632 or 12641019. OLE color: 12641019.

HSL color Cylindrical-coordinate representation of color #FBE2C0: hue angle of 34.58º 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 #FBE2C0 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251226192-
CMYK00.100.240.02
HSL34.58º88.06%86.86%-
HSV(B)34.58º23.51%98.43%-
XYZ76.4978.7161.03-
YUV229.6106.78143.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 226 (88.67% from 255) = 33.78%
BLUE value IS 192 (75.39% from 255) = 28.70%
R=37.52%
G=33.78%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122619200.100.240.0234.5888.0686.86
HexFBE2C00A182235857
Octal37334230001230243130127
Binary11111011111000101100000001010110001010001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2C0; }

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

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

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

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

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

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

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

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