Html Css Color HEX #F6B9FC Mauve

📋 copy color: '#F6B9FC'

red 246 ◦ green 185 ◦ blue 252

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

Shades of Mauve #F6B9FC

Tints of Mauve #F6B9FC

RGB

 RED value IS 246 (96.48% from 255) = 36.02%

 GREEN value IS 185 (72.66% from 255) = 27.09%

 BLUE value IS 252 (98.83% from 255) = 36.9%

R = 36.02%
G = 27.09%
B = 36.9%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F6B9FC (or 0xF6B9FC) is known color: Mauve. HEX triplet: F6, B9 and FC. RGB value is (246,185,252). Sum of RGB (Red+Green+Blue) = 246+185+252=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 185 (72.66% from 255 or 27.09% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6B9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B9FC is #094603. Grayscale: #D2D2D2. Windows color (decimal): -607748 or 16562678. OLE color: 16562678.

HSL color Cylindrical-coordinate representation of color #F6B9FC: hue angle of 294.63º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B9FC is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 185 252 -
CMYK 0.02 0.27 0 0.01
HSL 294.63º 0.92% 0.86% -
HSV(B) 294.63º 0.27% 0.99% -
XYZ 72.93 61.32 100.09 -
YUV 210.88 151.21 153.05 -
System Red Green Blue C M Y K H S L
Decimal 246 185 252 0.02 0.27 0 0.01 294.63 0.92 0.86
Hex F6 B9 FC 2 1B 0 1 127 5C 56
Octal 366 271 374 2 33 0 1 447 134 126
Binary 11110110 10111001 11111100 10 11011 0 1 100100111 1011100 1010110

Color Harmonies of #F6B9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B9FC

Black with #F6B9FC

Text Example


Text Example

White with #F6B9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B9FC; }

 p { color: rgb(246,185,252); }

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

background-color css

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

 a { background-color: rgb(246,185,252); }

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

border-color css

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

 span { border-color: rgb(246,185,252); }

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