#CF98FB

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

Shades of Mauve #CF98FB

Tints of Mauve #CF98FB

Color information

#CF98FB (or 0xCF98FB) is unknown color: approx Mauve. HEX triplet: CF, 98 and FB. RGB value is (207,152,251). Sum of RGB (Red+Green+Blue) = 207+152+251=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF98FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF98FB is #306704. Grayscale: #B3B3B3. Windows color (decimal): -3172101 or 16488655. OLE color: 16488655.

HSL color Cylindrical-coordinate representation of color #CF98FB: hue angle of 273.33º 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 #CF98FB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207152251-
CMYK0.180.3900.02
HSL273.33º92.52%79.02%-
HSV(B)273.33º39.44%98.43%-
XYZ54.3742.6996.64-
YUV179.73168.22147.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 152 (59.77% from 255) = 24.92%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=33.93%
G=24.92%
B=41.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071522510.180.3900.02273.3392.5279.02
HexCF98FB1227021115d4f
Octal317230373224702421135117
Binary1100111110011000111110111001010011101010001000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF98FB; }

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

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

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

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

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

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

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

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