#FBE5DD

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

Shades of Bridesmaid #FBE5DD

Tints of Bridesmaid #FBE5DD

Color information

#FBE5DD (or 0xFBE5DD) is unknown color: approx Bridesmaid. HEX triplet: FB, E5 and DD. RGB value is (251,229,221). Sum of RGB (Red+Green+Blue) = 251+229+221=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5DD is #041A22. Grayscale: #EAEAEA. Windows color (decimal): -268835 or 14542331. OLE color: 14542331.

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

Color convert

RGB251229221-
CMYK00.090.120.02
HSL16º78.95%92.55%-
HSV(B)16º11.95%98.43%-
XYZ80.8581.7779.93-
YUV234.67120.29139.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.81%
GREEN value IS 229 (89.84% from 255) = 32.67%
BLUE value IS 221 (86.72% from 255) = 31.53%
R=35.81%
G=32.67%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122922100.090.120.021678.9592.55
HexFBE5DD09C2104f5d
Octal37334533501114220117135
Binary111110111110010111011101010011100101000010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5DD; }

 p { color: rgb(251,229,221); }

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

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

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

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

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

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

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