Html Css Color HEX #F0EBEC Amour

📋 copy color: '#F0EBEC'

red 240 ◦ green 235 ◦ blue 236

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

Shades of Amour #F0EBEC

Tints of Amour #F0EBEC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.05%

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

R = 33.76%
G = 33.05%
B = 33.19%

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

#F0EBEC (or 0xF0EBEC) is known color: Amour. HEX triplet: F0, EB and EC. RGB value is (240,235,236). Sum of RGB (Red+Green+Blue) = 240+235+236=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EBEC is #0F1413. Grayscale: #ECECEC. Windows color (decimal): -988180 or 15526896. OLE color: 15526896.

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

Color convert

RGB 240 235 236 -
CMYK 0 0.02 0.02 0.06
HSL 348º 0.14% 0.93% -
HSV(B) 348º 0.02% 0.94% -
XYZ 80.78 84 91.31 -
YUV 236.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 240 235 236 0 0.02 0.02 0.06 348 0.14 0.93
Hex F0 EB EC 0 2 2 6 15C E 5D
Octal 360 353 354 0 2 2 6 534 16 135
Binary 11110000 11101011 11101100 0 10 10 110 101011100 1110 1011101

Color Harmonies of #F0EBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EBEC

Black with #F0EBEC

Text Example


Text Example

White with #F0EBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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