Html Css Color HEX #F5E2E9 Amour

📋 copy color: '#F5E2E9'

red 245 ◦ green 226 ◦ blue 233

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

Shades of Amour #F5E2E9

Tints of Amour #F5E2E9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.1%

 BLUE value IS 233 (91.41% from 255) = 33.1%

R = 34.8%
G = 32.1%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F5E2E9 (or 0xF5E2E9) is known color: Amour. HEX triplet: F5, E2 and E9. RGB value is (245,226,233). Sum of RGB (Red+Green+Blue) = 245+226+233=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 226 (88.67% from 255 or 32.10% from 704); Blue value is 233 (91.41% from 255 or 33.10% from 704); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E2E9 is #0A1D16. Grayscale: #E8E8E8. Windows color (decimal): -662807 or 15327989. OLE color: 15327989.

HSL color Cylindrical-coordinate representation of color #F5E2E9: hue angle of 337.89º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5E2E9 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 226 233 -
CMYK 0 0.08 0.05 0.04
HSL 337.89º 0.49% 0.92% -
HSV(B) 337.89º 0.08% 0.96% -
XYZ 79.56 79.69 88.28 -
YUV 232.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 245 226 233 0 0.08 0.05 0.04 337.89 0.49 0.92
Hex F5 E2 E9 0 8 5 4 152 31 5C
Octal 365 342 351 0 10 5 4 522 61 134
Binary 11110101 11100010 11101001 0 1000 101 100 101010010 110001 1011100

Color Harmonies of #F5E2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E2E9

Black with #F5E2E9

Text Example


Text Example

White with #F5E2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E2E9; }

 p { color: rgb(245,226,233); }

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

background-color css

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

 a { background-color: rgb(245,226,233); }

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

border-color css

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

 span { border-color: rgb(245,226,233); }

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