Html Css Color HEX #F0EAEB Amour

📋 copy color: '#F0EAEB'

red 240 ◦ green 234 ◦ blue 235

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

Shades of Amour #F0EAEB

Tints of Amour #F0EAEB

RGB

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

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

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

R = 33.85%
G = 33%
B = 33.15%

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

#F0EAEB (or 0xF0EAEB) is known color: Amour. HEX triplet: F0, EA and EB. RGB value is (240,234,235). Sum of RGB (Red+Green+Blue) = 240+234+235=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAEB is #0F1514. Grayscale: #EBEBEB. Windows color (decimal): -988437 or 15461104. OLE color: 15461104.

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

Color convert

RGB 240 234 235 -
CMYK 0 0.02 0.02 0.06
HSL 350º 0.17% 0.93% -
HSV(B) 350º 0.02% 0.94% -
XYZ 80.35 83.37 90.45 -
YUV 235.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 240 234 235 0 0.02 0.02 0.06 350 0.17 0.93
Hex F0 EA EB 0 2 2 6 15E 11 5D
Octal 360 352 353 0 2 2 6 536 21 135
Binary 11110000 11101010 11101011 0 10 10 110 101011110 10001 1011101

Color Harmonies of #F0EAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EAEB

Black with #F0EAEB

Text Example


Text Example

White with #F0EAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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