Html Css Color HEX #F0E8EB Amour

📋 copy color: '#F0E8EB'

red 240 ◦ green 232 ◦ blue 235

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

Shades of Amour #F0E8EB

Tints of Amour #F0E8EB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.81%

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

R = 33.95%
G = 32.81%
B = 33.24%

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

#F0E8EB (or 0xF0E8EB) is known color: Amour. HEX triplet: F0, E8 and EB. RGB value is (240,232,235). Sum of RGB (Red+Green+Blue) = 240+232+235=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 232 (91.02% from 255 or 32.81% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E8EB is #0F1714. Grayscale: #EAEAEA. Windows color (decimal): -988949 or 15460592. OLE color: 15460592.

HSL color Cylindrical-coordinate representation of color #F0E8EB: hue angle of 337.5º degrees, saturation: 0.21, 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 #F0E8EB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 232 235 -
CMYK 0 0.03 0.02 0.06
HSL 337.5º 0.21% 0.93% -
HSV(B) 337.5º 0.03% 0.94% -
XYZ 79.79 82.24 90.27 -
YUV 234.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 240 232 235 0 0.03 0.02 0.06 337.5 0.21 0.93
Hex F0 E8 EB 0 3 2 6 152 15 5D
Octal 360 350 353 0 3 2 6 522 25 135
Binary 11110000 11101000 11101011 0 11 10 110 101010010 10101 1011101

Color Harmonies of #F0E8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E8EB

Black with #F0E8EB

Text Example


Text Example

White with #F0E8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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