#FCE6DD

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

Shades of Bridesmaid #FCE6DD

Tints of Bridesmaid #FCE6DD

Color information

#FCE6DD (or 0xFCE6DD) is unknown color: approx Bridesmaid. HEX triplet: FC, E6 and DD. RGB value is (252,230,221). Sum of RGB (Red+Green+Blue) = 252+230+221=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6DD is #031922. Grayscale: #EBEBEB. Windows color (decimal): -203043 or 14542588. OLE color: 14542588.

HSL color Cylindrical-coordinate representation of color #FCE6DD: hue angle of 17.42º degrees, saturation: 0.84, 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 #FCE6DD is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252230221-
CMYK00.090.120.01
HSL17.42º83.78%92.75%-
HSV(B)17.42º12.3%98.82%-
XYZ81.4982.5180.04-
YUV235.55119.79139.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.85%
GREEN value IS 230 (90.23% from 255) = 32.72%
BLUE value IS 221 (86.72% from 255) = 31.44%
R=35.85%
G=32.72%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223022100.090.120.0117.4283.7892.75
HexFCE6DD09C111545d
Octal37434633501114121124135
Binary11111100111001101101110101001110011000110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6DD; }

 p { color: rgb(252,230,221); }

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

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

 a { background-color: rgb(252,230,221); }

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

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

 span { border-color: rgb(252,230,221); }

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