Html Css Color HEX #F4BDF9 Mauve

📋 copy color: '#F4BDF9'

red 244 ◦ green 189 ◦ blue 249

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

Shades of Mauve #F4BDF9

Tints of Mauve #F4BDF9

RGB

 RED value IS 244 (95.7% from 255) = 35.78%

 GREEN value IS 189 (74.22% from 255) = 27.71%

 BLUE value IS 249 (97.66% from 255) = 36.51%

R = 35.78%
G = 27.71%
B = 36.51%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F4BDF9 (or 0xF4BDF9) is known color: Mauve. HEX triplet: F4, BD and F9. RGB value is (244,189,249). Sum of RGB (Red+Green+Blue) = 244+189+249=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 189 (74.22% from 255 or 27.71% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #F4BDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BDF9 is #0B4206. Grayscale: #D4D4D4. Windows color (decimal): -737799 or 16367092. OLE color: 16367092.

HSL color Cylindrical-coordinate representation of color #F4BDF9: hue angle of 295º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BDF9 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 189 249 -
CMYK 0.02 0.24 0 0.02
HSL 295º 0.83% 0.86% -
HSV(B) 295º 0.24% 0.98% -
XYZ 72.6 62.47 97.85 -
YUV 212.29 148.72 150.62 -
System Red Green Blue C M Y K H S L
Decimal 244 189 249 0.02 0.24 0 0.02 295 0.83 0.86
Hex F4 BD F9 2 18 0 2 127 53 56
Octal 364 275 371 2 30 0 2 447 123 126
Binary 11110100 10111101 11111001 10 11000 0 10 100100111 1010011 1010110

Color Harmonies of #F4BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BDF9

Black with #F4BDF9

Text Example


Text Example

White with #F4BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BDF9; }

 p { color: rgb(244,189,249); }

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

background-color css

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

 a { background-color: rgb(244,189,249); }

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

border-color css

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

 span { border-color: rgb(244,189,249); }

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