Html Css Color HEX #F5EAEC Amour

📋 copy color: '#F5EAEC'

red 245 ◦ green 234 ◦ blue 236

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

Shades of Amour #F5EAEC

Tints of Amour #F5EAEC

RGB

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

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

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

R = 34.27%
G = 32.73%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5EAEC (or 0xF5EAEC) is known color: Amour. HEX triplet: F5, EA and EC. RGB value is (245,234,236). Sum of RGB (Red+Green+Blue) = 245+234+236=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EAEC is #0A1513. Grayscale: #EDEDED. Windows color (decimal): -660756 or 15526645. OLE color: 15526645.

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

Color convert

RGB 245 234 236 -
CMYK 0 0.04 0.04 0.04
HSL 349.09º 0.35% 0.94% -
HSV(B) 349.09º 0.04% 0.96% -
XYZ 82.22 84.31 91.3 -
YUV 237.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 245 234 236 0 0.04 0.04 0.04 349.09 0.35 0.94
Hex F5 EA EC 0 4 4 4 15D 23 5E
Octal 365 352 354 0 4 4 4 535 43 136
Binary 11110101 11101010 11101100 0 100 100 100 101011101 100011 1011110

Color Harmonies of #F5EAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EAEC

Black with #F5EAEC

Text Example


Text Example

White with #F5EAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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