Html Css Color HEX #FFE6EB Amour

📋 copy color: '#FFE6EB'

red 255 ◦ green 230 ◦ blue 235

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

Shades of Amour #FFE6EB

Tints of Amour #FFE6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 32.64%

R = 35.42%
G = 31.94%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFE6EB (or 0xFFE6EB) is known color: Amour. HEX triplet: FF, E6 and EB. RGB value is (255,230,235). Sum of RGB (Red+Green+Blue) = 255+230+235=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 230 (90.23% from 255 or 31.94% from 720); Blue value is 235 (92.19% from 255 or 32.64% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6EB is #001914. Grayscale: #EEEEEE. Windows color (decimal): -6421 or 15460095. OLE color: 15460095.

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

Color convert

RGB 255 230 235 -
CMYK 0 0.10 0.08 0
HSL 348º 1% 0.95% -
HSV(B) 348º 0.1% 1% -
XYZ 84.53 83.85 90.33 -
YUV 238.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 255 230 235 0 0.10 0.08 0 348 1 0.95
Hex FF E6 EB 0 A 8 0 15C 64 5F
Octal 377 346 353 0 12 10 0 534 144 137
Binary 11111111 11100110 11101011 0 1010 1000 0 101011100 1100100 1011111

Color Harmonies of #FFE6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6EB

Black with #FFE6EB

Text Example


Text Example

White with #FFE6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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