Html Css Color HEX #FF94AA Mauvelous

📋 copy color: '#FF94AA'

red 255 ◦ green 148 ◦ blue 170

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

Shades of Mauvelous #FF94AA

Tints of Mauvelous #FF94AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.83%

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

R = 44.5%
G = 25.83%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF94AA (or 0xFF94AA) is known color: Mauvelous. HEX triplet: FF, 94 and AA. RGB value is (255,148,170). Sum of RGB (Red+Green+Blue) = 255+148+170=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF94AA is #006B55. Grayscale: #B6B6B6. Windows color (decimal): -27478 or 11179263. OLE color: 11179263.

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

Color convert

RGB 255 148 170 -
CMYK 0 0.42 0.33 0
HSL 347.66º 1% 0.79% -
HSV(B) 347.66º 0.42% 1% -
XYZ 59.09 45.34 43.67 -
YUV 182.5 120.95 179.71 -
System Red Green Blue C M Y K H S L
Decimal 255 148 170 0 0.42 0.33 0 347.66 1 0.79
Hex FF 94 AA 0 2A 21 0 15C 64 4F
Octal 377 224 252 0 52 41 0 534 144 117
Binary 11111111 10010100 10101010 0 101010 100001 0 101011100 1100100 1001111

Color Harmonies of #FF94AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF94AA

Black with #FF94AA

Text Example


Text Example

White with #FF94AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF94AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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