#FEEBEB

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

Shades of Tutu #FEEBEB

Tints of Tutu #FEEBEB

Color information

#FEEBEB (or 0xFEEBEB) is unknown color: approx Tutu. HEX triplet: FE, EB and EB. RGB value is (254,235,235). Sum of RGB (Red+Green+Blue) = 254+235+235=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 235 (92.19% from 255 or 32.46% from 724); Blue value is 235 (92.19% from 255 or 32.46% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBEB is #011414. Grayscale: #F0F0F0. Windows color (decimal): -70677 or 15461374. OLE color: 15461374.

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

Color convert

RGB254235235-
CMYK00.070.070.00
HSL90.48%95.88%-
HSV(B)7.48%99.61%-
XYZ85.5886.4990.78-
YUV240.68124.79137.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.08%
GREEN value IS 235 (92.19% from 255) = 32.46%
BLUE value IS 235 (92.19% from 255) = 32.46%
R=35.08%
G=32.46%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423523500.070.070.00090.4895.88
HexFEEBEB077005a60
Octal37635335307700132140
Binary11111110111010111110101101111110010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBEB; }

 p { color: rgb(254,235,235); }

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

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

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

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

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

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

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