#FAE4DE

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

Shades of Bridesmaid #FAE4DE

Tints of Bridesmaid #FAE4DE

Color information

#FAE4DE (or 0xFAE4DE) is unknown color: approx Bridesmaid. HEX triplet: FA, E4 and DE. RGB value is (250,228,222). Sum of RGB (Red+Green+Blue) = 250+228+222=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 222 (87.11% from 255 or 31.71% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4DE is #051B21. Grayscale: #E9E9E9. Windows color (decimal): -334626 or 14607610. OLE color: 14607610.

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

Color convert

RGB250228222-
CMYK00.090.110.02
HSL12.86º73.68%92.55%-
HSV(B)12.86º11.2%98.04%-
XYZ80.3581.0880.52-
YUV233.89121.29139.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 228 (89.45% from 255) = 32.57%
BLUE value IS 222 (87.11% from 255) = 31.71%
R=35.71%
G=32.57%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022822200.090.110.0212.8673.6892.55
HexFAE4DE09B2d4a5d
Octal37234433601113215112135
Binary11111010111001001101111001001101110110110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4DE; }

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

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

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

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

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

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

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

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