Html Css Color HEX #F5E3EA Amour

📋 copy color: '#F5E3EA'

red 245 ◦ green 227 ◦ blue 234

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

Shades of Amour #F5E3EA

Tints of Amour #F5E3EA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.15%

 BLUE value IS 234 (91.8% from 255) = 33.14%

R = 34.7%
G = 32.15%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5E3EA (or 0xF5E3EA) is known color: Amour. HEX triplet: F5, E3 and EA. RGB value is (245,227,234). Sum of RGB (Red+Green+Blue) = 245+227+234=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 227 (89.06% from 255 or 32.15% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E3EA is #0A1C15. Grayscale: #E9E9E9. Windows color (decimal): -662550 or 15393781. OLE color: 15393781.

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

Color convert

RGB 245 227 234 -
CMYK 0 0.07 0.04 0.04
HSL 336.67º 0.47% 0.93% -
HSV(B) 336.67º 0.07% 0.96% -
XYZ 79.98 80.29 89.12 -
YUV 233.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 245 227 234 0 0.07 0.04 0.04 336.67 0.47 0.93
Hex F5 E3 EA 0 7 4 4 151 2F 5D
Octal 365 343 352 0 7 4 4 521 57 135
Binary 11110101 11100011 11101010 0 111 100 100 101010001 101111 1011101

Color Harmonies of #F5E3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E3EA

Black with #F5E3EA

Text Example


Text Example

White with #F5E3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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