Html Css Color HEX #F895AC Mauvelous

📋 copy color: '#F895AC'

red 248 ◦ green 149 ◦ blue 172

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

Shades of Mauvelous #F895AC

Tints of Mauvelous #F895AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.19%

 BLUE value IS 172 (67.58% from 255) = 30.23%

R = 43.59%
G = 26.19%
B = 30.23%

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

#F895AC (or 0xF895AC) is known color: Mauvelous. HEX triplet: F8, 95 and AC. RGB value is (248,149,172). Sum of RGB (Red+Green+Blue) = 248+149+172=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F895AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F895AC is #076A53. Grayscale: #B5B5B5. Windows color (decimal): -485972 or 11310584. OLE color: 11310584.

HSL color Cylindrical-coordinate representation of color #F895AC: hue angle of 346.06º 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 #F895AC is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 149 172 -
CMYK 0 0.40 0.31 0.03
HSL 346.06º 0.88% 0.78% -
HSV(B) 346.06º 0.4% 0.97% -
XYZ 56.91 44.43 44.61 -
YUV 181.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 248 149 172 0 0.40 0.31 0.03 346.06 0.88 0.78
Hex F8 95 AC 0 28 1F 3 15A 58 4E
Octal 370 225 254 0 50 37 3 532 130 116
Binary 11111000 10010101 10101100 0 101000 11111 11 101011010 1011000 1001110

Color Harmonies of #F895AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F895AC

Black with #F895AC

Text Example


Text Example

White with #F895AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F895AC; }

 p { color: rgb(248,149,172); }

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

background-color css

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

 a { background-color: rgb(248,149,172); }

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

border-color css

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

 span { border-color: rgb(248,149,172); }

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