#FFE2D8

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

Shades of Bridesmaid #FFE2D8

Tints of Bridesmaid #FFE2D8

Color information

#FFE2D8 (or 0xFFE2D8) is unknown color: approx Bridesmaid. HEX triplet: FF, E2 and D8. RGB value is (255,226,216). Sum of RGB (Red+Green+Blue) = 255+226+216=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 216 (84.77% from 255 or 30.99% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2D8 is #001D27. Grayscale: #E9E9E9. Windows color (decimal): -7464 or 14213887. OLE color: 14213887.

HSL color Cylindrical-coordinate representation of color #FFE2D8: hue angle of 15.38º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFE2D8 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255226216-
CMYK00.110.150
HSL15.38º100%92.35%-
HSV(B)15.38º15.29%100%-
XYZ80.8380.6176.26-
YUV233.53118.11143.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 226 (88.67% from 255) = 32.42%
BLUE value IS 216 (84.77% from 255) = 30.99%
R=36.59%
G=32.42%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522621600.110.15015.3810092.35
HexFFE2D80BF0f645c
Octal37734233001317017144134
Binary1111111111100010110110000101111110111111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2D8; }

 p { color: rgb(255,226,216); }

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

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

 a { background-color: rgb(255,226,216); }

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

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

 span { border-color: rgb(255,226,216); }

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