Html Css Color HEX #F0EDEE Amour

📋 copy color: '#F0EDEE'

red 240 ◦ green 237 ◦ blue 238

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

Shades of Amour #F0EDEE

Tints of Amour #F0EDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.15%

 BLUE value IS 238 (93.36% from 255) = 33.29%

R = 33.57%
G = 33.15%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0EDEE (or 0xF0EDEE) is known color: Amour. HEX triplet: F0, ED and EE. RGB value is (240,237,238). Sum of RGB (Red+Green+Blue) = 240+237+238=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDEE is #0F1211. Grayscale: #EEEEEE. Windows color (decimal): -987666 or 15658480. OLE color: 15658480.

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

Color convert

RGB 240 237 238 -
CMYK 0 0.01 0.01 0.06
HSL 340º 0.09% 0.94% -
HSV(B) 340º 0.01% 0.94% -
XYZ 81.65 85.27 93.04 -
YUV 238.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 240 237 238 0 0.01 0.01 0.06 340 0.09 0.94
Hex F0 ED EE 0 1 1 6 154 9 5E
Octal 360 355 356 0 1 1 6 524 11 136
Binary 11110000 11101101 11101110 0 1 1 110 101010100 1001 1011110

Color Harmonies of #F0EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EDEE

Black with #F0EDEE

Text Example


Text Example

White with #F0EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EDEE; }

 p { color: rgb(240,237,238); }

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

background-color css

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

 a { background-color: rgb(240,237,238); }

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

border-color css

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

 span { border-color: rgb(240,237,238); }

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