#C898FB

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

Shades of Mauve #C898FB

Tints of Mauve #C898FB

Color information

#C898FB (or 0xC898FB) is unknown color: approx Mauve. HEX triplet: C8, 98 and FB. RGB value is (200,152,251). Sum of RGB (Red+Green+Blue) = 200+152+251=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #C898FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C898FB is #376704. Grayscale: #B1B1B1. Windows color (decimal): -3630853 or 16488648. OLE color: 16488648.

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

Color convert

RGB200152251-
CMYK0.200.3900.02
HSL269.09º92.52%79.02%-
HSV(B)269.09º39.44%98.43%-
XYZ52.4641.796.55-
YUV177.64169.4143.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.17%
GREEN value IS 152 (59.77% from 255) = 25.21%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=33.17%
G=25.21%
B=41.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001522510.200.3900.02269.0992.5279.02
HexC898FB14270210d5d4f
Octal310230373244702415135117
Binary1100100010011000111110111010010011101010000110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C898FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C898FB; }

 p { color: rgb(200,152,251); }

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

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

 a { background-color: rgb(200,152,251); }

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

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

 span { border-color: rgb(200,152,251); }

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