#FCE7DF

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

Shades of Bridesmaid #FCE7DF

Tints of Bridesmaid #FCE7DF

Color information

#FCE7DF (or 0xFCE7DF) is unknown color: approx Bridesmaid. HEX triplet: FC, E7 and DF. RGB value is (252,231,223). Sum of RGB (Red+Green+Blue) = 252+231+223=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 231 (90.62% from 255 or 32.72% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7DF is #031820. Grayscale: #ECECEC. Windows color (decimal): -202785 or 14673916. OLE color: 14673916.

HSL color Cylindrical-coordinate representation of color #FCE7DF: hue angle of 16.55º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCE7DF is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252231223-
CMYK00.080.120.01
HSL16.55º82.86%93.14%-
HSV(B)16.55º11.51%98.82%-
XYZ82.0483.1781.54-
YUV236.37120.46139.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.69%
GREEN value IS 231 (90.62% from 255) = 32.72%
BLUE value IS 223 (87.5% from 255) = 31.59%
R=35.69%
G=32.72%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223122300.080.120.0116.5582.8693.14
HexFCE7DF08C111535d
Octal37434733701014121123135
Binary11111100111001111101111101000110011000110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE7DF; }

 p { color: rgb(252,231,223); }

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

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

 a { background-color: rgb(252,231,223); }

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

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

 span { border-color: rgb(252,231,223); }

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