Html Css Color HEX #F8DEE5 Amour

📋 copy color: '#F8DEE5'

red 248 ◦ green 222 ◦ blue 229

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

Shades of Amour #F8DEE5

Tints of Amour #F8DEE5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.76%

 BLUE value IS 229 (89.84% from 255) = 32.76%

R = 35.48%
G = 31.76%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F8DEE5 (or 0xF8DEE5) is known color: Amour. HEX triplet: F8, DE and E5. RGB value is (248,222,229). Sum of RGB (Red+Green+Blue) = 248+222+229=699 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.48% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 229 (89.84% from 255 or 32.76% from 699); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DEE5 is #07211A. Grayscale: #E6E6E6. Windows color (decimal): -467227 or 15064824. OLE color: 15064824.

HSL color Cylindrical-coordinate representation of color #F8DEE5: hue angle of 343.85º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8DEE5 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 222 229 -
CMYK 0 0.10 0.08 0.03
HSL 343.85º 0.65% 0.92% -
HSV(B) 343.85º 0.1% 0.97% -
XYZ 78.98 77.86 84.99 -
YUV 230.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 248 222 229 0 0.10 0.08 0.03 343.85 0.65 0.92
Hex F8 DE E5 0 A 8 3 158 41 5C
Octal 370 336 345 0 12 10 3 530 101 134
Binary 11111000 11011110 11100101 0 1010 1000 11 101011000 1000001 1011100

Color Harmonies of #F8DEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DEE5

Black with #F8DEE5

Text Example


Text Example

White with #F8DEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DEE5; }

 p { color: rgb(248,222,229); }

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

background-color css

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

 a { background-color: rgb(248,222,229); }

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

border-color css

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

 span { border-color: rgb(248,222,229); }

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