Html Css Color HEX #FA8BAC Mauvelous

📋 copy color: '#FA8BAC'

red 250 ◦ green 139 ◦ blue 172

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

Shades of Mauvelous #FA8BAC

Tints of Mauvelous #FA8BAC

RGB

 RED value IS 250 (98.05% from 255) = 44.56%

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

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

R = 44.56%
G = 24.78%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA8BAC (or 0xFA8BAC) is known color: Mauvelous. HEX triplet: FA, 8B and AC. RGB value is (250,139,172). Sum of RGB (Red+Green+Blue) = 250+139+172=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8BAC is #057453. Grayscale: #AFAFAF. Windows color (decimal): -357460 or 11308026. OLE color: 11308026.

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

Color convert

RGB 250 139 172 -
CMYK 0 0.44 0.31 0.02
HSL 342.16º 0.92% 0.76% -
HSV(B) 342.16º 0.44% 0.98% -
XYZ 56.1 41.77 44.13 -
YUV 175.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 250 139 172 0 0.44 0.31 0.02 342.16 0.92 0.76
Hex FA 8B AC 0 2C 1F 2 156 5C 4C
Octal 372 213 254 0 54 37 2 526 134 114
Binary 11111010 10001011 10101100 0 101100 11111 10 101010110 1011100 1001100

Color Harmonies of #FA8BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8BAC

Black with #FA8BAC

Text Example


Text Example

White with #FA8BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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