Html Css Color HEX #F0E7EB Amour

📋 copy color: '#F0E7EB'

red 240 ◦ green 231 ◦ blue 235

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

Shades of Amour #F0E7EB

Tints of Amour #F0E7EB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.72%

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

R = 33.99%
G = 32.72%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0E7EB (or 0xF0E7EB) is known color: Amour. HEX triplet: F0, E7 and EB. RGB value is (240,231,235). Sum of RGB (Red+Green+Blue) = 240+231+235=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 231 (90.62% from 255 or 32.72% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E7EB is #0F1814. Grayscale: #EAEAEA. Windows color (decimal): -989205 or 15460336. OLE color: 15460336.

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

Color convert

RGB 240 231 235 -
CMYK 0 0.04 0.02 0.06
HSL 333.33º 0.23% 0.92% -
HSV(B) 333.33º 0.04% 0.94% -
XYZ 79.51 81.68 90.17 -
YUV 234.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 240 231 235 0 0.04 0.02 0.06 333.33 0.23 0.92
Hex F0 E7 EB 0 4 2 6 14D 17 5C
Octal 360 347 353 0 4 2 6 515 27 134
Binary 11110000 11100111 11101011 0 100 10 110 101001101 10111 1011100

Color Harmonies of #F0E7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E7EB

Black with #F0E7EB

Text Example


Text Example

White with #F0E7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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