Html Css Color HEX #F0EAEC Amour

📋 copy color: '#F0EAEC'

red 240 ◦ green 234 ◦ blue 236

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

Shades of Amour #F0EAEC

Tints of Amour #F0EAEC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.96%

 BLUE value IS 236 (92.58% from 255) = 33.24%

R = 33.8%
G = 32.96%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0EAEC (or 0xF0EAEC) is known color: Amour. HEX triplet: F0, EA and EC. RGB value is (240,234,236). Sum of RGB (Red+Green+Blue) = 240+234+236=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAEC is #0F1513. Grayscale: #ECECEC. Windows color (decimal): -988436 or 15526640. OLE color: 15526640.

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

Color convert

RGB 240 234 236 -
CMYK 0 0.02 0.02 0.06
HSL 340º 0.17% 0.93% -
HSV(B) 340º 0.02% 0.94% -
XYZ 80.5 83.43 91.22 -
YUV 236.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 240 234 236 0 0.02 0.02 0.06 340 0.17 0.93
Hex F0 EA EC 0 2 2 6 154 11 5D
Octal 360 352 354 0 2 2 6 524 21 135
Binary 11110000 11101010 11101100 0 10 10 110 101010100 10001 1011101

Color Harmonies of #F0EAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EAEC

Black with #F0EAEC

Text Example


Text Example

White with #F0EAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EAEC; }

 p { color: rgb(240,234,236); }

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

background-color css

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

 a { background-color: rgb(240,234,236); }

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

border-color css

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

 span { border-color: rgb(240,234,236); }

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