Html Css Color HEX #FA9BAA Mauvelous

📋 copy color: '#FA9BAA'

red 250 ◦ green 155 ◦ blue 170

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

Shades of Mauvelous #FA9BAA

Tints of Mauvelous #FA9BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.96%

 BLUE value IS 170 (66.8% from 255) = 29.57%

R = 43.48%
G = 26.96%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA9BAA (or 0xFA9BAA) is known color: Mauvelous. HEX triplet: FA, 9B and AA. RGB value is (250,155,170). Sum of RGB (Red+Green+Blue) = 250+155+170=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9BAA is #056455. Grayscale: #B9B9B9. Windows color (decimal): -353366 or 11181050. OLE color: 11181050.

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

Color convert

RGB 250 155 170 -
CMYK 0 0.38 0.32 0.02
HSL 350.53º 0.9% 0.79% -
HSV(B) 350.53º 0.38% 0.98% -
XYZ 58.4 46.67 43.96 -
YUV 185.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 250 155 170 0 0.38 0.32 0.02 350.53 0.9 0.79
Hex FA 9B AA 0 26 20 2 15F 5A 4F
Octal 372 233 252 0 46 40 2 537 132 117
Binary 11111010 10011011 10101010 0 100110 100000 10 101011111 1011010 1001111

Color Harmonies of #FA9BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9BAA

Black with #FA9BAA

Text Example


Text Example

White with #FA9BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9BAA; }

 p { color: rgb(250,155,170); }

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

background-color css

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

 a { background-color: rgb(250,155,170); }

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

border-color css

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

 span { border-color: rgb(250,155,170); }

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