Html Css Color HEX #F0E9EB Amour

📋 copy color: '#F0E9EB'

red 240 ◦ green 233 ◦ blue 235

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

Shades of Amour #F0E9EB

Tints of Amour #F0E9EB

RGB

 RED value IS 240 (94.14% from 255) = 33.9%

 GREEN value IS 233 (91.41% from 255) = 32.91%

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

R = 33.9%
G = 32.91%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0E9EB (or 0xF0E9EB) is known color: Amour. HEX triplet: F0, E9 and EB. RGB value is (240,233,235). Sum of RGB (Red+Green+Blue) = 240+233+235=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 233 (91.41% from 255 or 32.91% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E9EB is #0F1614. Grayscale: #EBEBEB. Windows color (decimal): -988693 or 15460848. OLE color: 15460848.

HSL color Cylindrical-coordinate representation of color #F0E9EB: hue angle of 342.86º degrees, saturation: 0.19, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F0E9EB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 233 235 -
CMYK 0 0.03 0.02 0.06
HSL 342.86º 0.19% 0.93% -
HSV(B) 342.86º 0.03% 0.94% -
XYZ 80.07 82.8 90.36 -
YUV 235.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 240 233 235 0 0.03 0.02 0.06 342.86 0.19 0.93
Hex F0 E9 EB 0 3 2 6 157 13 5D
Octal 360 351 353 0 3 2 6 527 23 135
Binary 11110000 11101001 11101011 0 11 10 110 101010111 10011 1011101

Color Harmonies of #F0E9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E9EB

Black with #F0E9EB

Text Example


Text Example

White with #F0E9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E9EB; }

 p { color: rgb(240,233,235); }

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

background-color css

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

 a { background-color: rgb(240,233,235); }

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

border-color css

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

 span { border-color: rgb(240,233,235); }

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