Html Css Color HEX #FA8FAB Mauvelous

📋 copy color: '#FA8FAB'

red 250 ◦ green 143 ◦ blue 171

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

Shades of Mauvelous #FA8FAB

Tints of Mauvelous #FA8FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.35%

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

R = 44.33%
G = 25.35%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA8FAB (or 0xFA8FAB) is known color: Mauvelous. HEX triplet: FA, 8F and AB. RGB value is (250,143,171). Sum of RGB (Red+Green+Blue) = 250+143+171=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8FAB is #057054. Grayscale: #B2B2B2. Windows color (decimal): -356437 or 11243514. OLE color: 11243514.

HSL color Cylindrical-coordinate representation of color #FA8FAB: hue angle of 344.3º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FAB is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 171 -
CMYK 0 0.43 0.32 0.02
HSL 344.3º 0.91% 0.77% -
HSV(B) 344.3º 0.43% 0.98% -
XYZ 56.6 42.91 43.83 -
YUV 178.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 250 143 171 0 0.43 0.32 0.02 344.3 0.91 0.77
Hex FA 8F AB 0 2B 20 2 158 5B 4D
Octal 372 217 253 0 53 40 2 530 133 115
Binary 11111010 10001111 10101011 0 101011 100000 10 101011000 1011011 1001101

Color Harmonies of #FA8FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FAB

Black with #FA8FAB

Text Example


Text Example

White with #FA8FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FAB; }

 p { color: rgb(250,143,171); }

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

background-color css

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

 a { background-color: rgb(250,143,171); }

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

border-color css

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

 span { border-color: rgb(250,143,171); }

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