Html Css Color HEX #FFE6E9 Amour

📋 copy color: '#FFE6E9'

red 255 ◦ green 230 ◦ blue 233

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

Shades of Amour #FFE6E9

Tints of Amour #FFE6E9

RGB

 RED value IS 255 (100% from 255) = 35.52%

 GREEN value IS 230 (90.23% from 255) = 32.03%

 BLUE value IS 233 (91.41% from 255) = 32.45%

R = 35.52%
G = 32.03%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FFE6E9 (or 0xFFE6E9) is known color: Amour. HEX triplet: FF, E6 and E9. RGB value is (255,230,233). Sum of RGB (Red+Green+Blue) = 255+230+233=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 230 (90.23% from 255 or 32.03% from 718); Blue value is 233 (91.41% from 255 or 32.45% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6E9 is #001916. Grayscale: #EDEDED. Windows color (decimal): -6423 or 15329023. OLE color: 15329023.

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

Color convert

RGB 255 230 233 -
CMYK 0 0.10 0.09 0
HSL 352.8º 1% 0.95% -
HSV(B) 352.8º 0.1% 1% -
XYZ 84.24 83.74 88.81 -
YUV 237.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 255 230 233 0 0.10 0.09 0 352.8 1 0.95
Hex FF E6 E9 0 A 9 0 161 64 5F
Octal 377 346 351 0 12 11 0 541 144 137
Binary 11111111 11100110 11101001 0 1010 1001 0 101100001 1100100 1011111

Color Harmonies of #FFE6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6E9

Black with #FFE6E9

Text Example


Text Example

White with #FFE6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6E9; }

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

 H1.HeaderClassName
 {
   color: #FFE6E9;
 }
 .AnyTagClassName
 {
   color: #FFE6E9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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