Html Css Color HEX #F2BDF9 Mauve

📋 copy color: '#F2BDF9'

red 242 ◦ green 189 ◦ blue 249

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

Shades of Mauve #F2BDF9

Tints of Mauve #F2BDF9

RGB

 RED value IS 242 (94.92% from 255) = 35.59%

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

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

R = 35.59%
G = 27.79%
B = 36.62%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2BDF9 (or 0xF2BDF9) is known color: Mauve. HEX triplet: F2, BD and F9. RGB value is (242,189,249). Sum of RGB (Red+Green+Blue) = 242+189+249=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2BDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDF9 is #0D4206. Grayscale: #D3D3D3. Windows color (decimal): -868871 or 16367090. OLE color: 16367090.

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

Color convert

RGB 242 189 249 -
CMYK 0.03 0.24 0 0.02
HSL 293º 0.83% 0.86% -
HSV(B) 293º 0.24% 0.98% -
XYZ 71.91 62.11 97.82 -
YUV 211.69 149.06 149.62 -
System Red Green Blue C M Y K H S L
Decimal 242 189 249 0.03 0.24 0 0.02 293 0.83 0.86
Hex F2 BD F9 3 18 0 2 125 53 56
Octal 362 275 371 3 30 0 2 445 123 126
Binary 11110010 10111101 11111001 11 11000 0 10 100100101 1010011 1010110

Color Harmonies of #F2BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDF9

Black with #F2BDF9

Text Example


Text Example

White with #F2BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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