Html Css Color HEX #F0E6EB Amour

📋 copy color: '#F0E6EB'

red 240 ◦ green 230 ◦ blue 235

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

Shades of Amour #F0E6EB

Tints of Amour #F0E6EB

RGB

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

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

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

R = 34.04%
G = 32.62%
B = 33.33%

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

#F0E6EB (or 0xF0E6EB) is known color: Amour. HEX triplet: F0, E6 and EB. RGB value is (240,230,235). Sum of RGB (Red+Green+Blue) = 240+230+235=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E6EB is #0F1914. Grayscale: #E9E9E9. Windows color (decimal): -989461 or 15460080. OLE color: 15460080.

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

Color convert

RGB 240 230 235 -
CMYK 0 0.04 0.02 0.06
HSL 330º 0.25% 0.92% -
HSV(B) 330º 0.04% 0.94% -
XYZ 79.23 81.12 90.08 -
YUV 233.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 240 230 235 0 0.04 0.02 0.06 330 0.25 0.92
Hex F0 E6 EB 0 4 2 6 14A 19 5C
Octal 360 346 353 0 4 2 6 512 31 134
Binary 11110000 11100110 11101011 0 100 10 110 101001010 11001 1011100

Color Harmonies of #F0E6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E6EB

Black with #F0E6EB

Text Example


Text Example

White with #F0E6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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