Html Css Color HEX #F5EAED Amour

📋 copy color: '#F5EAED'

red 245 ◦ green 234 ◦ blue 237

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

Shades of Amour #F5EAED

Tints of Amour #F5EAED

RGB

 RED value IS 245 (96.09% from 255) = 34.22%

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

 BLUE value IS 237 (92.97% from 255) = 33.1%

R = 34.22%
G = 32.68%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F5EAED (or 0xF5EAED) is known color: Amour. HEX triplet: F5, EA and ED. RGB value is (245,234,237). Sum of RGB (Red+Green+Blue) = 245+234+237=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EAED is #0A1512. Grayscale: #EDEDED. Windows color (decimal): -660755 or 15592181. OLE color: 15592181.

HSL color Cylindrical-coordinate representation of color #F5EAED: hue angle of 343.64º degrees, saturation: 0.35, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5EAED is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 234 237 -
CMYK 0 0.04 0.03 0.04
HSL 343.64º 0.35% 0.94% -
HSV(B) 343.64º 0.04% 0.96% -
XYZ 82.37 84.37 92.07 -
YUV 237.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 245 234 237 0 0.04 0.03 0.04 343.64 0.35 0.94
Hex F5 EA ED 0 4 3 4 158 23 5E
Octal 365 352 355 0 4 3 4 530 43 136
Binary 11110101 11101010 11101101 0 100 11 100 101011000 100011 1011110

Color Harmonies of #F5EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EAED

Black with #F5EAED

Text Example


Text Example

White with #F5EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EAED; }

 p { color: rgb(245,234,237); }

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

background-color css

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

 a { background-color: rgb(245,234,237); }

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

border-color css

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

 span { border-color: rgb(245,234,237); }

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