#FCE2DA

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

Shades of Bridesmaid #FCE2DA

Tints of Bridesmaid #FCE2DA

Color information

#FCE2DA (or 0xFCE2DA) is unknown color: approx Bridesmaid. HEX triplet: FC, E2 and DA. RGB value is (252,226,218). Sum of RGB (Red+Green+Blue) = 252+226+218=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 226 (88.67% from 255 or 32.47% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2DA is #031D25. Grayscale: #E8E8E8. Windows color (decimal): -204070 or 14344956. OLE color: 14344956.

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

Color convert

RGB252226218-
CMYK00.100.130.01
HSL14.12º85%92.16%-
HSV(B)14.12º13.49%98.82%-
XYZ8080.1577.58-
YUV232.86119.61141.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.21%
GREEN value IS 226 (88.67% from 255) = 32.47%
BLUE value IS 218 (85.55% from 255) = 31.32%
R=36.21%
G=32.47%
B=31.32%

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
Decimal25222621800.100.130.0114.128592.16
HexFCE2DA0AD1e555c
Octal37434233201215116125134
Binary1111110011100010110110100101011011111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2DA; }

 p { color: rgb(252,226,218); }

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

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

 a { background-color: rgb(252,226,218); }

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

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

 span { border-color: rgb(252,226,218); }

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