Html Css Color HEX #F08AAB Mauvelous

📋 copy color: '#F08AAB'

red 240 ◦ green 138 ◦ blue 171

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

Shades of Mauvelous #F08AAB

Tints of Mauvelous #F08AAB

RGB

 RED value IS 240 (94.14% from 255) = 43.72%

 GREEN value IS 138 (54.3% from 255) = 25.14%

 BLUE value IS 171 (67.19% from 255) = 31.15%

R = 43.72%
G = 25.14%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F08AAB (or 0xF08AAB) is known color: Mauvelous. HEX triplet: F0, 8A and AB. RGB value is (240,138,171). Sum of RGB (Red+Green+Blue) = 240+138+171=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08AAB is #0F7554. Grayscale: #ACACAC. Windows color (decimal): -1013077 or 11242224. OLE color: 11242224.

HSL color Cylindrical-coordinate representation of color #F08AAB: hue angle of 340.59º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08AAB is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 138 171 -
CMYK 0 0.42 0.29 0.06
HSL 340.59º 0.77% 0.74% -
HSV(B) 340.59º 0.43% 0.94% -
XYZ 52.37 39.64 43.42 -
YUV 172.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 240 138 171 0 0.42 0.29 0.06 340.59 0.77 0.74
Hex F0 8A AB 0 2A 1D 6 155 4D 4A
Octal 360 212 253 0 52 35 6 525 115 112
Binary 11110000 10001010 10101011 0 101010 11101 110 101010101 1001101 1001010

Color Harmonies of #F08AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08AAB

Black with #F08AAB

Text Example


Text Example

White with #F08AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08AAB; }

 p { color: rgb(240,138,171); }

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

background-color css

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

 a { background-color: rgb(240,138,171); }

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

border-color css

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

 span { border-color: rgb(240,138,171); }

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