Html Css Color HEX #FFE6EE Amour

📋 copy color: '#FFE6EE'

red 255 ◦ green 230 ◦ blue 238

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

Shades of Amour #FFE6EE

Tints of Amour #FFE6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 32.92%

R = 35.27%
G = 31.81%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFE6EE (or 0xFFE6EE) is known color: Amour. HEX triplet: FF, E6 and EE. RGB value is (255,230,238). Sum of RGB (Red+Green+Blue) = 255+230+238=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 230 (90.23% from 255 or 31.81% from 723); Blue value is 238 (93.36% from 255 or 32.92% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6EE is #001911. Grayscale: #EEEEEE. Windows color (decimal): -6418 or 15656703. OLE color: 15656703.

HSL color Cylindrical-coordinate representation of color #FFE6EE: hue angle of 340.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 #FFE6EE is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 230 238 -
CMYK 0 0.10 0.07 0
HSL 340.8º 1% 0.95% -
HSV(B) 340.8º 0.1% 1% -
XYZ 84.97 84.03 92.63 -
YUV 238.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 255 230 238 0 0.10 0.07 0 340.8 1 0.95
Hex FF E6 EE 0 A 7 0 155 64 5F
Octal 377 346 356 0 12 7 0 525 144 137
Binary 11111111 11100110 11101110 0 1010 111 0 101010101 1100100 1011111

Color Harmonies of #FFE6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6EE

Black with #FFE6EE

Text Example


Text Example

White with #FFE6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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