#FFE6E0

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

Shades of Bridesmaid #FFE6E0

Tints of Bridesmaid #FFE6E0

Color information

#FFE6E0 (or 0xFFE6E0) is unknown color: approx Bridesmaid. HEX triplet: FF, E6 and E0. RGB value is (255,230,224). Sum of RGB (Red+Green+Blue) = 255+230+224=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 230 (90.23% from 255 or 32.44% from 709); Blue value is 224 (87.89% from 255 or 31.59% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6E0 is #00191F. Grayscale: #ECECEC. Windows color (decimal): -6432 or 14739199. OLE color: 14739199.

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

Color convert

RGB255230224-
CMYK00.100.120
HSL11.61º100%93.92%-
HSV(B)11.61º12.16%100%-
XYZ82.9983.2482.21-
YUV236.79120.78140.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 230 (90.23% from 255) = 32.44%
BLUE value IS 224 (87.89% from 255) = 31.59%
R=35.97%
G=32.44%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523022400.100.12011.6110093.92
HexFFE6E00AC0c645e
Octal37734634001214014144136
Binary1111111111100110111000000101011000110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6E0; }

 p { color: rgb(255,230,224); }

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

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

 a { background-color: rgb(255,230,224); }

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

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

 span { border-color: rgb(255,230,224); }

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