Html Css Color HEX #F2B7F9 Mauve

📋 copy color: '#F2B7F9'

red 242 ◦ green 183 ◦ blue 249

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

Shades of Mauve #F2B7F9

Tints of Mauve #F2B7F9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.15%

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

R = 35.91%
G = 27.15%
B = 36.94%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2B7F9 (or 0xF2B7F9) is known color: Mauve. HEX triplet: F2, B7 and F9. RGB value is (242,183,249). Sum of RGB (Red+Green+Blue) = 242+183+249=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 183 (71.88% from 255 or 27.15% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2B7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B7F9 is #0D4806. Grayscale: #CFCFCF. Windows color (decimal): -870407 or 16365554. OLE color: 16365554.

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

Color convert

RGB 242 183 249 -
CMYK 0.03 0.27 0 0.02
HSL 293.64º 0.85% 0.85% -
HSV(B) 293.64º 0.27% 0.98% -
XYZ 70.65 59.58 97.4 -
YUV 208.17 151.05 152.13 -
System Red Green Blue C M Y K H S L
Decimal 242 183 249 0.03 0.27 0 0.02 293.64 0.85 0.85
Hex F2 B7 F9 3 1B 0 2 126 55 55
Octal 362 267 371 3 33 0 2 446 125 125
Binary 11110010 10110111 11111001 11 11011 0 10 100100110 1010101 1010101

Color Harmonies of #F2B7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B7F9

Black with #F2B7F9

Text Example


Text Example

White with #F2B7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B7F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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