#FBEDEC

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

Shades of Tutu #FBEDEC

Tints of Tutu #FBEDEC

Color information

#FBEDEC (or 0xFBEDEC) is unknown color: approx Tutu. HEX triplet: FB, ED and EC. RGB value is (251,237,236). Sum of RGB (Red+Green+Blue) = 251+237+236=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 236 (92.58% from 255 or 32.60% from 724); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDEC is #041213. Grayscale: #F1F1F1. Windows color (decimal): -266772 or 15527419. OLE color: 15527419.

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

Color convert

RGB251237236-
CMYK00.060.060.02
HSL65.22%95.49%-
HSV(B)5.98%98.43%-
XYZ85.2187.1391.68-
YUV241.07125.14135.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.67%
GREEN value IS 237 (92.97% from 255) = 32.73%
BLUE value IS 236 (92.58% from 255) = 32.60%
R=34.67%
G=32.73%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123723600.060.060.02465.2295.49
HexFBEDEC06624415f
Octal37335535406624101137
Binary11111011111011011110110001101101010010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDEC; }

 p { color: rgb(251,237,236); }

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

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

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

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

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

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

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