#FCE2D9

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

Shades of Bridesmaid #FCE2D9

Tints of Bridesmaid #FCE2D9

Color information

#FCE2D9 (or 0xFCE2D9) is unknown color: approx Bridesmaid. HEX triplet: FC, E2 and D9. RGB value is (252,226,217). Sum of RGB (Red+Green+Blue) = 252+226+217=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 226 (88.67% from 255 or 32.52% from 695); Blue value is 217 (85.16% from 255 or 31.22% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2D9 is #031D26. Grayscale: #E8E8E8. Windows color (decimal): -204071 or 14279420. OLE color: 14279420.

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

Color convert

RGB252226217-
CMYK00.100.140.01
HSL15.43º85.37%91.96%-
HSV(B)15.43º13.89%98.82%-
XYZ79.8780.176.9-
YUV232.75119.11141.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 226 (88.67% from 255) = 32.52%
BLUE value IS 217 (85.16% from 255) = 31.22%
R=36.26%
G=32.52%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222621700.100.140.0115.4385.3791.96
HexFCE2D90AE1f555c
Octal37434233101216117125134
Binary1111110011100010110110010101011101111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2D9; }

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

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

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

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

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

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

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

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