Html Css Color HEX #F9BAFD Mauve

📋 copy color: '#F9BAFD'

red 249 ◦ green 186 ◦ blue 253

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

Shades of Mauve #F9BAFD

Tints of Mauve #F9BAFD

RGB

 RED value IS 249 (97.66% from 255) = 36.19%

 GREEN value IS 186 (73.05% from 255) = 27.03%

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

R = 36.19%
G = 27.03%
B = 36.77%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9BAFD (or 0xF9BAFD) is known color: Mauve. HEX triplet: F9, BA and FD. RGB value is (249,186,253). Sum of RGB (Red+Green+Blue) = 249+186+253=688 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.19% from 688); Green value is 186 (73.05% from 255 or 27.03% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9BAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAFD is #064502. Grayscale: #D4D4D4. Windows color (decimal): -410883 or 16628473. OLE color: 16628473.

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

Color convert

RGB 249 186 253 -
CMYK 0.02 0.26 0 0.01
HSL 296.42º 0.94% 0.86% -
HSV(B) 296.42º 0.26% 0.99% -
XYZ 74.36 62.35 101.04 -
YUV 212.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 249 186 253 0.02 0.26 0 0.01 296.42 0.94 0.86
Hex F9 BA FD 2 1A 0 1 128 5E 56
Octal 371 272 375 2 32 0 1 450 136 126
Binary 11111001 10111010 11111101 10 11010 0 1 100101000 1011110 1010110

Color Harmonies of #F9BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BAFD

Black with #F9BAFD

Text Example


Text Example

White with #F9BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BAFD; }

 p { color: rgb(249,186,253); }

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

background-color css

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

 a { background-color: rgb(249,186,253); }

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

border-color css

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

 span { border-color: rgb(249,186,253); }

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