Html Css Color HEX #F88BAC Mauvelous

📋 copy color: '#F88BAC'

red 248 ◦ green 139 ◦ blue 172

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

Shades of Mauvelous #F88BAC

Tints of Mauvelous #F88BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.87%

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

R = 44.36%
G = 24.87%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F88BAC (or 0xF88BAC) is known color: Mauvelous. HEX triplet: F8, 8B and AC. RGB value is (248,139,172). Sum of RGB (Red+Green+Blue) = 248+139+172=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88BAC is #077453. Grayscale: #AFAFAF. Windows color (decimal): -488532 or 11308024. OLE color: 11308024.

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

Color convert

RGB 248 139 172 -
CMYK 0 0.44 0.31 0.03
HSL 341.83º 0.89% 0.76% -
HSV(B) 341.83º 0.44% 0.97% -
XYZ 55.39 41.4 44.1 -
YUV 175.35 126.11 179.82 -
System Red Green Blue C M Y K H S L
Decimal 248 139 172 0 0.44 0.31 0.03 341.83 0.89 0.76
Hex F8 8B AC 0 2C 1F 3 156 59 4C
Octal 370 213 254 0 54 37 3 526 131 114
Binary 11111000 10001011 10101100 0 101100 11111 11 101010110 1011001 1001100

Color Harmonies of #F88BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88BAC

Black with #F88BAC

Text Example


Text Example

White with #F88BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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