#FAE6DD

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

Shades of Bridesmaid #FAE6DD

Tints of Bridesmaid #FAE6DD

Color information

#FAE6DD (or 0xFAE6DD) is unknown color: approx Bridesmaid. HEX triplet: FA, E6 and DD. RGB value is (250,230,221). Sum of RGB (Red+Green+Blue) = 250+230+221=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 230 (90.23% from 255 or 32.81% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6DD is #051922. Grayscale: #EBEBEB. Windows color (decimal): -334115 or 14542586. OLE color: 14542586.

HSL color Cylindrical-coordinate representation of color #FAE6DD: hue angle of 18.62º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAE6DD is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250230221-
CMYK00.080.120.02
HSL18.62º74.36%92.35%-
HSV(B)18.62º11.6%98.04%-
XYZ80.7782.1480-
YUV234.95120.13138.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 230 (90.23% from 255) = 32.81%
BLUE value IS 221 (86.72% from 255) = 31.53%
R=35.66%
G=32.81%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023022100.080.120.0218.6274.3692.35
HexFAE6DD08C2134a5c
Octal37234633501014223112134
Binary111110101110011011011101010001100101001110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6DD; }

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

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

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

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

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

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

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

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