Html Css Color HEX #FA8BA5 Mauvelous

📋 copy color: '#FA8BA5'

red 250 ◦ green 139 ◦ blue 165

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

Shades of Mauvelous #FA8BA5

Tints of Mauvelous #FA8BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.78%

R = 45.13%
G = 25.09%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA8BA5 (or 0xFA8BA5) is known color: Mauvelous. HEX triplet: FA, 8B and A5. RGB value is (250,139,165). Sum of RGB (Red+Green+Blue) = 250+139+165=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8BA5 is #05745A. Grayscale: #AFAFAF. Windows color (decimal): -357467 or 10849274. OLE color: 10849274.

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

Color convert

RGB 250 139 165 -
CMYK 0 0.44 0.34 0.02
HSL 345.95º 0.92% 0.76% -
HSV(B) 345.95º 0.44% 0.98% -
XYZ 55.45 41.51 40.69 -
YUV 175.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 250 139 165 0 0.44 0.34 0.02 345.95 0.92 0.76
Hex FA 8B A5 0 2C 22 2 15A 5C 4C
Octal 372 213 245 0 54 42 2 532 134 114
Binary 11111010 10001011 10100101 0 101100 100010 10 101011010 1011100 1001100

Color Harmonies of #FA8BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8BA5

Black with #FA8BA5

Text Example


Text Example

White with #FA8BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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