Html Css Color HEX #F5EBEC Amour

📋 copy color: '#F5EBEC'

red 245 ◦ green 235 ◦ blue 236

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

Shades of Amour #F5EBEC

Tints of Amour #F5EBEC

RGB

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

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

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

R = 34.22%
G = 32.82%
B = 32.96%

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

#F5EBEC (or 0xF5EBEC) is known color: Amour. HEX triplet: F5, EB and EC. RGB value is (245,235,236). Sum of RGB (Red+Green+Blue) = 245+235+236=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 235 (92.19% from 255 or 32.82% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EBEC is #0A1413. Grayscale: #EEEEEE. Windows color (decimal): -660500 or 15526901. OLE color: 15526901.

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

Color convert

RGB 245 235 236 -
CMYK 0 0.04 0.04 0.04
HSL 354º 0.33% 0.94% -
HSV(B) 354º 0.04% 0.96% -
XYZ 82.5 84.89 91.39 -
YUV 238.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 245 235 236 0 0.04 0.04 0.04 354 0.33 0.94
Hex F5 EB EC 0 4 4 4 162 21 5E
Octal 365 353 354 0 4 4 4 542 41 136
Binary 11110101 11101011 11101100 0 100 100 100 101100010 100001 1011110

Color Harmonies of #F5EBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EBEC

Black with #F5EBEC

Text Example


Text Example

White with #F5EBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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