#FBEDEB

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

Shades of Tutu #FBEDEB

Tints of Tutu #FBEDEB

Color information

#FBEDEB (or 0xFBEDEB) is unknown color: approx Tutu. HEX triplet: FB, ED and EB. RGB value is (251,237,235). Sum of RGB (Red+Green+Blue) = 251+237+235=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 235 (92.19% from 255 or 32.50% from 723); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDEB is #041214. Grayscale: #F0F0F0. Windows color (decimal): -266773 or 15461883. OLE color: 15461883.

HSL color Cylindrical-coordinate representation of color #FBEDEB: hue angle of 7.5º degrees, saturation: 0.67, 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 #FBEDEB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251237235-
CMYK00.060.060.02
HSL7.5º66.67%95.29%-
HSV(B)7.5º6.37%98.43%-
XYZ85.0687.0890.92-
YUV240.96124.64135.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.72%
GREEN value IS 237 (92.97% from 255) = 32.78%
BLUE value IS 235 (92.19% from 255) = 32.50%
R=34.72%
G=32.78%
B=32.50%

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
Decimal25123723500.060.060.027.566.6795.29
HexFBEDEB06628435f
Octal373355353066210103137
Binary111110111110110111101011011011010100010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDEB; }

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

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

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

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

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

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

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

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