Html Css Color HEX #F8E4EE Amour

📋 copy color: '#F8E4EE'

red 248 ◦ green 228 ◦ blue 238

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

Shades of Amour #F8E4EE

Tints of Amour #F8E4EE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.93%

 BLUE value IS 238 (93.36% from 255) = 33.33%

R = 34.73%
G = 31.93%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F8E4EE (or 0xF8E4EE) is known color: Amour. HEX triplet: F8, E4 and EE. RGB value is (248,228,238). Sum of RGB (Red+Green+Blue) = 248+228+238=714 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.73% from 714); Green value is 228 (89.45% from 255 or 31.93% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E4EE is #071B11. Grayscale: #EBEBEB. Windows color (decimal): -465682 or 15656184. OLE color: 15656184.

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

Color convert

RGB 248 228 238 -
CMYK 0 0.08 0.04 0.03
HSL 330º 0.59% 0.93% -
HSV(B) 330º 0.08% 0.97% -
XYZ 81.89 81.62 92.33 -
YUV 235.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 248 228 238 0 0.08 0.04 0.03 330 0.59 0.93
Hex F8 E4 EE 0 8 4 3 14A 3B 5D
Octal 370 344 356 0 10 4 3 512 73 135
Binary 11111000 11100100 11101110 0 1000 100 11 101001010 111011 1011101

Color Harmonies of #F8E4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E4EE

Black with #F8E4EE

Text Example


Text Example

White with #F8E4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E4EE; }

 p { color: rgb(248,228,238); }

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

background-color css

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

 a { background-color: rgb(248,228,238); }

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

border-color css

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

 span { border-color: rgb(248,228,238); }

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