Html Css Color HEX #F8F0F1 Amour

📋 copy color: '#F8F0F1'

red 248 ◦ green 240 ◦ blue 241

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

Shades of Amour #F8F0F1

Tints of Amour #F8F0F1

RGB

 RED value IS 248 (97.27% from 255) = 34.02%

 GREEN value IS 240 (94.14% from 255) = 32.92%

 BLUE value IS 241 (94.53% from 255) = 33.06%

R = 34.02%
G = 32.92%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F8F0F1 (or 0xF8F0F1) is known color: Amour. HEX triplet: F8, F0 and F1. RGB value is (248,240,241). Sum of RGB (Red+Green+Blue) = 248+240+241=729 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.02% from 729); Green value is 240 (94.14% from 255 or 32.92% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F0F1 is #070F0E. Grayscale: #F2F2F2. Windows color (decimal): -462607 or 15855864. OLE color: 15855864.

HSL color Cylindrical-coordinate representation of color #F8F0F1: hue angle of 352.5º degrees, saturation: 0.36, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F8F0F1 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 240 241 -
CMYK 0 0.03 0.03 0.03
HSL 352.5º 0.36% 0.96% -
HSV(B) 352.5º 0.03% 0.97% -
XYZ 85.75 88.63 95.81 -
YUV 242.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 248 240 241 0 0.03 0.03 0.03 352.5 0.36 0.96
Hex F8 F0 F1 0 3 3 3 160 24 60
Octal 370 360 361 0 3 3 3 540 44 140
Binary 11111000 11110000 11110001 0 11 11 11 101100000 100100 1100000

Color Harmonies of #F8F0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F0F1

Black with #F8F0F1

Text Example


Text Example

White with #F8F0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F0F1; }

 p { color: rgb(248,240,241); }

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

background-color css

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

 a { background-color: rgb(248,240,241); }

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

border-color css

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

 span { border-color: rgb(248,240,241); }

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