#F695AB

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

Shades of Mauvelous #F695AB

Tints of Mauvelous #F695AB

Color information

#F695AB (or 0xF695AB) is unknown color: approx Mauvelous. HEX triplet: F6, 95 and AB. RGB value is (246,149,171). Sum of RGB (Red+Green+Blue) = 246+149+171=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F695AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F695AB is #096A54. Grayscale: #B4B4B4. Windows color (decimal): -617045 or 11245046. OLE color: 11245046.

HSL color Cylindrical-coordinate representation of color #F695AB: hue angle of 346.39º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F695AB is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB246149171-
CMYK00.390.300.04
HSL346.39º84.35%77.45%-
HSV(B)346.39º39.43%96.47%-
XYZ56.144.0344.07-
YUV180.51122.64174.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.46%
GREEN value IS 149 (58.59% from 255) = 26.33%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=43.46%
G=26.33%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614917100.390.300.04346.3984.3577.45
HexF695AB0271E415a544d
Octal366225253047364532124115
Binary11110110100101011010101101001111111010010101101010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F695AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F695AB; }

 p { color: rgb(246,149,171); }

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

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

 a { background-color: rgb(246,149,171); }

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

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

 span { border-color: rgb(246,149,171); }

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