#FAE2DB

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

Shades of Bridesmaid #FAE2DB

Tints of Bridesmaid #FAE2DB

Color information

#FAE2DB (or 0xFAE2DB) is unknown color: approx Bridesmaid. HEX triplet: FA, E2 and DB. RGB value is (250,226,219). Sum of RGB (Red+Green+Blue) = 250+226+219=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 226 (88.67% from 255 or 32.52% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2DB is #051D24. Grayscale: #E8E8E8. Windows color (decimal): -335141 or 14410490. OLE color: 14410490.

HSL color Cylindrical-coordinate representation of color #FAE2DB: hue angle of 13.55º degrees, saturation: 0.76, 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 #FAE2DB is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250226219-
CMYK00.100.120.02
HSL13.55º75.61%91.96%-
HSV(B)13.55º12.4%98.04%-
XYZ79.4179.8378.24-
YUV232.38120.45140.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 226 (88.67% from 255) = 32.52%
BLUE value IS 219 (85.94% from 255) = 31.51%
R=35.97%
G=32.52%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022621900.100.120.0213.5575.6191.96
HexFAE2DB0AC2e4c5c
Octal37234233301214216114134
Binary11111010111000101101101101010110010111010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2DB; }

 p { color: rgb(250,226,219); }

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

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

 a { background-color: rgb(250,226,219); }

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

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

 span { border-color: rgb(250,226,219); }

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