#FCE2DC

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

Shades of Bridesmaid #FCE2DC

Tints of Bridesmaid #FCE2DC

Color information

#FCE2DC (or 0xFCE2DC) is unknown color: approx Bridesmaid. HEX triplet: FC, E2 and DC. RGB value is (252,226,220). Sum of RGB (Red+Green+Blue) = 252+226+220=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2DC is #031D23. Grayscale: #E9E9E9. Windows color (decimal): -204068 or 14476028. OLE color: 14476028.

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

Color convert

RGB252226220-
CMYK00.100.130.01
HSL11.25º84.21%92.55%-
HSV(B)11.25º12.7%98.82%-
XYZ80.2680.2678.97-
YUV233.09120.61141.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 226 (88.67% from 255) = 32.38%
BLUE value IS 220 (86.33% from 255) = 31.52%
R=36.10%
G=32.38%
B=31.52%

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
Decimal25222622000.100.130.0111.2584.2192.55
HexFCE2DC0AD1b545d
Octal37434233401215113124135
Binary1111110011100010110111000101011011101110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2DC; }

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

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

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

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

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

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

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

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