Html Css Color HEX #FF8FAA Mauvelous

📋 copy color: '#FF8FAA'

red 255 ◦ green 143 ◦ blue 170

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

Shades of Mauvelous #FF8FAA

Tints of Mauvelous #FF8FAA

RGB

 RED value IS 255 (100% from 255) = 44.89%

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

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

R = 44.89%
G = 25.18%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF8FAA (or 0xFF8FAA) is known color: Mauvelous. HEX triplet: FF, 8F and AA. RGB value is (255,143,170). Sum of RGB (Red+Green+Blue) = 255+143+170=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8FAA is #007055. Grayscale: #B3B3B3. Windows color (decimal): -28758 or 11177983. OLE color: 11177983.

HSL color Cylindrical-coordinate representation of color #FF8FAA: hue angle of 345.54º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FAA is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 143 170 -
CMYK 0 0.44 0.33 0
HSL 345.54º 1% 0.78% -
HSV(B) 345.54º 0.44% 1% -
XYZ 58.32 43.81 43.41 -
YUV 179.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 255 143 170 0 0.44 0.33 0 345.54 1 0.78
Hex FF 8F AA 0 2C 21 0 15A 64 4E
Octal 377 217 252 0 54 41 0 532 144 116
Binary 11111111 10001111 10101010 0 101100 100001 0 101011010 1100100 1001110

Color Harmonies of #FF8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8FAA

Black with #FF8FAA

Text Example


Text Example

White with #FF8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8FAA; }

 p { color: rgb(255,143,170); }

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

background-color css

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

 a { background-color: rgb(255,143,170); }

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

border-color css

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

 span { border-color: rgb(255,143,170); }

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