Html Css Color HEX #FA8FA8 Mauvelous

📋 copy color: '#FA8FA8'

red 250 ◦ green 143 ◦ blue 168

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

Shades of Mauvelous #FA8FA8

Tints of Mauvelous #FA8FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.95%

R = 44.56%
G = 25.49%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA8FA8 (or 0xFA8FA8) is known color: Mauvelous. HEX triplet: FA, 8F and A8. RGB value is (250,143,168). Sum of RGB (Red+Green+Blue) = 250+143+168=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8FA8 is #057057. Grayscale: #B1B1B1. Windows color (decimal): -356440 or 11046906. OLE color: 11046906.

HSL color Cylindrical-coordinate representation of color #FA8FA8: hue angle of 345.98º 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 #FA8FA8 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 168 -
CMYK 0 0.43 0.33 0.02
HSL 345.98º 0.91% 0.77% -
HSV(B) 345.98º 0.43% 0.98% -
XYZ 56.31 42.8 42.34 -
YUV 177.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 250 143 168 0 0.43 0.33 0.02 345.98 0.91 0.77
Hex FA 8F A8 0 2B 21 2 15A 5B 4D
Octal 372 217 250 0 53 41 2 532 133 115
Binary 11111010 10001111 10101000 0 101011 100001 10 101011010 1011011 1001101

Color Harmonies of #FA8FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FA8

Black with #FA8FA8

Text Example


Text Example

White with #FA8FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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