Html Css Color HEX #F6BBFD Mauve

📋 copy color: '#F6BBFD'

red 246 ◦ green 187 ◦ blue 253

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

Shades of Mauve #F6BBFD

Tints of Mauve #F6BBFD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.26%

 BLUE value IS 253 (99.22% from 255) = 36.88%

R = 35.86%
G = 27.26%
B = 36.88%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F6BBFD (or 0xF6BBFD) is known color: Mauve. HEX triplet: F6, BB and FD. RGB value is (246,187,253). Sum of RGB (Red+Green+Blue) = 246+187+253=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 187 (73.44% from 255 or 27.26% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6BBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBFD is #094402. Grayscale: #D3D3D3. Windows color (decimal): -607235 or 16628726. OLE color: 16628726.

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

Color convert

RGB 246 187 253 -
CMYK 0.03 0.26 0 0.01
HSL 293.64º 0.94% 0.86% -
HSV(B) 293.64º 0.26% 0.99% -
XYZ 73.51 62.23 101.07 -
YUV 212.17 151.05 152.13 -
System Red Green Blue C M Y K H S L
Decimal 246 187 253 0.03 0.26 0 0.01 293.64 0.94 0.86
Hex F6 BB FD 3 1A 0 1 126 5E 56
Octal 366 273 375 3 32 0 1 446 136 126
Binary 11110110 10111011 11111101 11 11010 0 1 100100110 1011110 1010110

Color Harmonies of #F6BBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BBFD

Black with #F6BBFD

Text Example


Text Example

White with #F6BBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BBFD; }

 p { color: rgb(246,187,253); }

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

background-color css

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

 a { background-color: rgb(246,187,253); }

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

border-color css

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

 span { border-color: rgb(246,187,253); }

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