Html Css Color HEX #F68AAB Mauvelous

📋 copy color: '#F68AAB'

red 246 ◦ green 138 ◦ blue 171

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

Shades of Mauvelous #F68AAB

Tints of Mauvelous #F68AAB

RGB

 RED value IS 246 (96.48% from 255) = 44.32%

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

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

R = 44.32%
G = 24.86%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F68AAB (or 0xF68AAB) is known color: Mauvelous. HEX triplet: F6, 8A and AB. RGB value is (246,138,171). Sum of RGB (Red+Green+Blue) = 246+138+171=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68AAB is #097554. Grayscale: #AEAEAE. Windows color (decimal): -619861 or 11242230. OLE color: 11242230.

HSL color Cylindrical-coordinate representation of color #F68AAB: hue angle of 341.67º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68AAB is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 138 171 -
CMYK 0 0.44 0.30 0.04
HSL 341.67º 0.86% 0.75% -
HSV(B) 341.67º 0.44% 0.96% -
XYZ 54.45 40.71 43.52 -
YUV 174.05 126.28 179.32 -
System Red Green Blue C M Y K H S L
Decimal 246 138 171 0 0.44 0.30 0.04 341.67 0.86 0.75
Hex F6 8A AB 0 2C 1E 4 156 56 4B
Octal 366 212 253 0 54 36 4 526 126 113
Binary 11110110 10001010 10101011 0 101100 11110 100 101010110 1010110 1001011

Color Harmonies of #F68AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68AAB

Black with #F68AAB

Text Example


Text Example

White with #F68AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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