Html Css Color HEX #F2BBF8 Mauve

📋 copy color: '#F2BBF8'

red 242 ◦ green 187 ◦ blue 248

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

Shades of Mauve #F2BBF8

Tints of Mauve #F2BBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.63%

R = 35.75%
G = 27.62%
B = 36.63%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F2BBF8 (or 0xF2BBF8) is known color: Mauve. HEX triplet: F2, BB and F8. RGB value is (242,187,248). Sum of RGB (Red+Green+Blue) = 242+187+248=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 187 (73.44% from 255 or 27.62% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2BBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBF8 is #0D4407. Grayscale: #D2D2D2. Windows color (decimal): -869384 or 16301042. OLE color: 16301042.

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

Color convert

RGB 242 187 248 -
CMYK 0.02 0.25 0 0.03
HSL 294.1º 0.81% 0.85% -
HSV(B) 294.1º 0.25% 0.97% -
XYZ 71.33 61.2 96.86 -
YUV 210.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 242 187 248 0.02 0.25 0 0.03 294.1 0.81 0.85
Hex F2 BB F8 2 19 0 3 126 51 55
Octal 362 273 370 2 31 0 3 446 121 125
Binary 11110010 10111011 11111000 10 11001 0 11 100100110 1010001 1010101

Color Harmonies of #F2BBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBF8

Black with #F2BBF8

Text Example


Text Example

White with #F2BBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBF8; }

 p { color: rgb(242,187,248); }

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

background-color css

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

 a { background-color: rgb(242,187,248); }

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

border-color css

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

 span { border-color: rgb(242,187,248); }

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