#FBEAEA

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

Shades of Tutu #FBEAEA

Tints of Tutu #FBEAEA

Color information

#FBEAEA (or 0xFBEAEA) is unknown color: approx Tutu. HEX triplet: FB, EA and EA. RGB value is (251,234,234). Sum of RGB (Red+Green+Blue) = 251+234+234=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 234 (91.80% from 255 or 32.55% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAEA is #041515. Grayscale: #EFEFEF. Windows color (decimal): -267542 or 15395579. OLE color: 15395579.

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

Color convert

RGB251234234-
CMYK00.070.070.02
HSL68%95.1%-
HSV(B)6.77%98.43%-
XYZ84.0685.389.88-
YUV239.08125.13136.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 234 (91.80% from 255) = 32.55%
BLUE value IS 234 (91.80% from 255) = 32.55%
R=34.91%
G=32.55%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123423400.070.070.0206895.1
HexFBEAEA07720445f
Octal37335235207720104137
Binary111110111110101011101010011111110010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAEA; }

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

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

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

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

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

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

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

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