#FCE4DB

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

Shades of Bridesmaid #FCE4DB

Tints of Bridesmaid #FCE4DB

Color information

#FCE4DB (or 0xFCE4DB) is unknown color: approx Bridesmaid. HEX triplet: FC, E4 and DB. RGB value is (252,228,219). Sum of RGB (Red+Green+Blue) = 252+228+219=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 228 (89.45% from 255 or 32.62% from 699); Blue value is 219 (85.94% from 255 or 31.33% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4DB is #031B24. Grayscale: #EAEAEA. Windows color (decimal): -203557 or 14411004. OLE color: 14411004.

HSL color Cylindrical-coordinate representation of color #FCE4DB: hue angle of 16.36º 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 #FCE4DB is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252228219-
CMYK00.100.130.01
HSL16.36º84.62%92.35%-
HSV(B)16.36º13.1%98.82%-
XYZ80.6781.378.46-
YUV234.15119.45140.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 228 (89.45% from 255) = 32.62%
BLUE value IS 219 (85.94% from 255) = 31.33%
R=36.05%
G=32.62%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222821900.100.130.0116.3684.6292.35
HexFCE4DB0AD110555c
Octal37434433301215120125134
Binary11111100111001001101101101010110111000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4DB; }

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

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

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

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

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

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

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

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