#FCE6DE

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

Shades of Bridesmaid #FCE6DE

Tints of Bridesmaid #FCE6DE

Color information

#FCE6DE (or 0xFCE6DE) is unknown color: approx Bridesmaid. HEX triplet: FC, E6 and DE. RGB value is (252,230,222). Sum of RGB (Red+Green+Blue) = 252+230+222=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 230 (90.23% from 255 or 32.67% from 704); Blue value is 222 (87.11% from 255 or 31.53% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6DE is #031921. Grayscale: #EBEBEB. Windows color (decimal): -203042 or 14608124. OLE color: 14608124.

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

Color convert

RGB252230222-
CMYK00.090.120.01
HSL16º83.33%92.94%-
HSV(B)16º11.9%98.82%-
XYZ81.6382.5680.74-
YUV235.67120.29139.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 230 (90.23% from 255) = 32.67%
BLUE value IS 222 (87.11% from 255) = 31.53%
R=35.80%
G=32.67%
B=31.53%

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
Decimal25223022200.090.120.011683.3392.94
HexFCE6DE09C110535d
Octal37434633601114120123135
Binary11111100111001101101111001001110011000010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6DE; }

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

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

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

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

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

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

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

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