Html Css Color HEX #F1E3E6 Amour

📋 copy color: '#F1E3E6'

red 241 ◦ green 227 ◦ blue 230

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

Shades of Amour #F1E3E6

Tints of Amour #F1E3E6

RGB

 RED value IS 241 (94.53% from 255) = 34.53%

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

 BLUE value IS 230 (90.23% from 255) = 32.95%

R = 34.53%
G = 32.52%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1E3E6 (or 0xF1E3E6) is known color: Amour. HEX triplet: F1, E3 and E6. RGB value is (241,227,230). Sum of RGB (Red+Green+Blue) = 241+227+230=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 227 (89.06% from 255 or 32.52% from 698); Blue value is 230 (90.23% from 255 or 32.95% from 698); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E3E6 is #0E1C19. Grayscale: #E7E7E7. Windows color (decimal): -924698 or 15131633. OLE color: 15131633.

HSL color Cylindrical-coordinate representation of color #F1E3E6: hue angle of 347.14º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F1E3E6 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 227 230 -
CMYK 0 0.06 0.05 0.05
HSL 347.14º 0.33% 0.92% -
HSV(B) 347.14º 0.06% 0.95% -
XYZ 78.03 79.35 86.07 -
YUV 231.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 241 227 230 0 0.06 0.05 0.05 347.14 0.33 0.92
Hex F1 E3 E6 0 6 5 5 15B 21 5C
Octal 361 343 346 0 6 5 5 533 41 134
Binary 11110001 11100011 11100110 0 110 101 101 101011011 100001 1011100

Color Harmonies of #F1E3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E3E6

Black with #F1E3E6

Text Example


Text Example

White with #F1E3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E3E6; }

 p { color: rgb(241,227,230); }

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

background-color css

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

 a { background-color: rgb(241,227,230); }

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

border-color css

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

 span { border-color: rgb(241,227,230); }

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