#FAE6DE

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

Shades of Bridesmaid #FAE6DE

Tints of Bridesmaid #FAE6DE

Color information

#FAE6DE (or 0xFAE6DE) is unknown color: approx Bridesmaid. HEX triplet: FA, E6 and DE. RGB value is (250,230,222). Sum of RGB (Red+Green+Blue) = 250+230+222=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6DE is #051921. Grayscale: #EBEBEB. Windows color (decimal): -334114 or 14608122. OLE color: 14608122.

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

Color convert

RGB250230222-
CMYK00.080.110.02
HSL17.14º73.68%92.55%-
HSV(B)17.14º11.2%98.04%-
XYZ80.9182.1980.71-
YUV235.07120.63138.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 230 (90.23% from 255) = 32.76%
BLUE value IS 222 (87.11% from 255) = 31.62%
R=35.61%
G=32.76%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023022200.080.110.0217.1473.6892.55
HexFAE6DE08B2114a5d
Octal37234633601013221112135
Binary111110101110011011011110010001011101000110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6DE; }

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

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

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

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

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

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

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

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