Html Css Color HEX #FFE6E0 Bridesmaid

📋 copy color: '#FFE6E0'

red 255 ◦ green 230 ◦ blue 224

#FFE6E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bridesmaid #FFE6E0

Tints of Bridesmaid #FFE6E0

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 value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFE6E0 (or 0xFFE6E0) is known color: 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

RGB 255 230 224 -
CMYK 0 0.10 0.12 0
HSL 11.61º 1% 0.94% -
HSV(B) 11.61º 0.12% 1% -
XYZ 82.99 83.24 82.21 -
YUV 236.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 255 230 224 0 0.10 0.12 0 11.61 1 0.94
Hex FF E6 E0 0 A C 0 C 64 5E
Octal 377 346 340 0 12 14 0 14 144 136
Binary 11111111 11100110 11100000 0 1010 1100 0 1100 1100100 1011110

Color Harmonies of #FFE6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6E0

Black with #FFE6E0

Text Example


Text Example

White with #FFE6E0

Text Example


Text Example

HTML Codes & Css Web 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>