#FBEAE8

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

Shades of Tutu #FBEAE8

Tints of Tutu #FBEAE8

Color information

#FBEAE8 (or 0xFBEAE8) is unknown color: approx Tutu. HEX triplet: FB, EA and E8. RGB value is (251,234,232). Sum of RGB (Red+Green+Blue) = 251+234+232=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 232 (91.02% from 255 or 32.36% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAE8 is #041517. Grayscale: #EEEEEE. Windows color (decimal): -267544 or 15264507. OLE color: 15264507.

HSL color Cylindrical-coordinate representation of color #FBEAE8: hue angle of 6.32º degrees, saturation: 0.7, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBEAE8 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251234232-
CMYK00.070.080.02
HSL6.32º70.37%94.71%-
HSV(B)6.32º7.57%98.43%-
XYZ83.7785.1888.37-
YUV238.86124.13136.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.01%
GREEN value IS 234 (91.80% from 255) = 32.64%
BLUE value IS 232 (91.02% from 255) = 32.36%
R=35.01%
G=32.64%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123423200.070.080.026.3270.3794.71
HexFBEAE807826465f
Octal373352350071026106137
Binary111110111110101011101000011110001011010001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAE8; }

 p { color: rgb(251,234,232); }

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

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

 a { background-color: rgb(251,234,232); }

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

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

 span { border-color: rgb(251,234,232); }

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