#FBE2E2

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

Shades of Tutu #FBE2E2

Tints of Tutu #FBE2E2

Color information

#FBE2E2 (or 0xFBE2E2) is unknown color: approx Tutu. HEX triplet: FB, E2 and E2. RGB value is (251,226,226). Sum of RGB (Red+Green+Blue) = 251+226+226=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 226 (88.67% from 255 or 32.15% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2E2 is #041D1D. Grayscale: #E9E9E9. Windows color (decimal): -269598 or 14869243. OLE color: 14869243.

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

Color convert

RGB251226226-
CMYK00.100.100.02
HSL75.76%93.53%-
HSV(B)9.96%98.43%-
XYZ80.7180.3983.22-
YUV233.48123.78140.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 226 (88.67% from 255) = 32.15%
BLUE value IS 226 (88.67% from 255) = 32.15%
R=35.70%
G=32.15%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122622600.100.100.02075.7693.53
HexFBE2E20AA204c5e
Octal3733423420121220114136
Binary11111011111000101110001001010101010010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2E2; }

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

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

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

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

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

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

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

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