#FCE5DB

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

Shades of Bridesmaid #FCE5DB

Tints of Bridesmaid #FCE5DB

Color information

#FCE5DB (or 0xFCE5DB) is unknown color: approx Bridesmaid. HEX triplet: FC, E5 and DB. RGB value is (252,229,219). Sum of RGB (Red+Green+Blue) = 252+229+219=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5DB is #031A24. Grayscale: #EAEAEA. Windows color (decimal): -203301 or 14411260. OLE color: 14411260.

HSL color Cylindrical-coordinate representation of color #FCE5DB: hue angle of 18.18º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCE5DB is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252229219-
CMYK00.090.130.01
HSL18.18º84.62%92.35%-
HSV(B)18.18º13.1%98.82%-
XYZ80.9581.8578.55-
YUV234.74119.12140.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36%
GREEN value IS 229 (89.84% from 255) = 32.71%
BLUE value IS 219 (85.94% from 255) = 31.29%
R=36%
G=32.71%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222921900.090.130.0118.1884.6292.35
HexFCE5DB09D112555c
Octal37434533301115122125134
Binary11111100111001011101101101001110111001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5DB; }

 p { color: rgb(252,229,219); }

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

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

 a { background-color: rgb(252,229,219); }

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

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

 span { border-color: rgb(252,229,219); }

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