Html Css Color HEX #F896AA Mauvelous

📋 copy color: '#F896AA'

red 248 ◦ green 150 ◦ blue 170

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

Shades of Mauvelous #F896AA

Tints of Mauvelous #F896AA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.41%

 BLUE value IS 170 (66.8% from 255) = 29.93%

R = 43.66%
G = 26.41%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F896AA (or 0xF896AA) is known color: Mauvelous. HEX triplet: F8, 96 and AA. RGB value is (248,150,170). Sum of RGB (Red+Green+Blue) = 248+150+170=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F896AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F896AA is #076955. Grayscale: #B5B5B5. Windows color (decimal): -485718 or 11179768. OLE color: 11179768.

HSL color Cylindrical-coordinate representation of color #F896AA: hue angle of 347.76º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896AA is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 150 170 -
CMYK 0 0.40 0.31 0.03
HSL 347.76º 0.88% 0.78% -
HSV(B) 347.76º 0.4% 0.97% -
XYZ 56.87 44.67 43.66 -
YUV 181.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 248 150 170 0 0.40 0.31 0.03 347.76 0.88 0.78
Hex F8 96 AA 0 28 1F 3 15C 58 4E
Octal 370 226 252 0 50 37 3 534 130 116
Binary 11111000 10010110 10101010 0 101000 11111 11 101011100 1011000 1001110

Color Harmonies of #F896AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F896AA

Black with #F896AA

Text Example


Text Example

White with #F896AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F896AA; }

 p { color: rgb(248,150,170); }

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

background-color css

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

 a { background-color: rgb(248,150,170); }

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

border-color css

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

 span { border-color: rgb(248,150,170); }

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