#FF9CAA

Color #FF9CAA Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #FF9CAA

Tints of Mauvelous #FF9CAA

Color information

#FF9CAA (or 0xFF9CAA) is unknown color: approx Mauvelous. HEX triplet: FF, 9C and AA. RGB value is (255,156,170). Sum of RGB (Red+Green+Blue) = 255+156+170=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9CAA is #006355. Grayscale: #BBBBBB. Windows color (decimal): -25430 or 11181311. OLE color: 11181311.

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

Color convert

RGB255156170-
CMYK00.390.330
HSL351.52º100%80.59%-
HSV(B)351.52º38.82%100%-
XYZ60.3847.9444.1-
YUV187.2118.3176.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 156 (61.33% from 255) = 26.85%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=43.89%
G=26.85%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515617000.390.330351.5210080.59
HexFF9CAA0272101606451
Octal377234252047410540144121
Binary1111111110011100101010100100111100001010110000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CAA; }

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

 H1.HeaderClassName
 {
   color: #FF9CAA;
 }
 .AnyTagClassName
 {
   color: #FF9CAA;
 }
</style>
background-color css

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

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

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

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

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

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