Html Css Color HEX #F5BBF9 Mauve

📋 copy color: '#F5BBF9'

red 245 ◦ green 187 ◦ blue 249

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

Shades of Mauve #F5BBF9

Tints of Mauve #F5BBF9

RGB

 RED value IS 245 (96.09% from 255) = 35.98%

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

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

R = 35.98%
G = 27.46%
B = 36.56%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5BBF9 (or 0xF5BBF9) is known color: Mauve. HEX triplet: F5, BB and F9. RGB value is (245,187,249). Sum of RGB (Red+Green+Blue) = 245+187+249=681 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.98% from 681); Green value is 187 (73.44% from 255 or 27.46% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5BBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BBF9 is #0A4406. Grayscale: #D3D3D3. Windows color (decimal): -672775 or 16366581. OLE color: 16366581.

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

Color convert

RGB 245 187 249 -
CMYK 0.02 0.25 0 0.02
HSL 296.13º 0.84% 0.85% -
HSV(B) 296.13º 0.25% 0.98% -
XYZ 72.53 61.79 97.73 -
YUV 211.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 245 187 249 0.02 0.25 0 0.02 296.13 0.84 0.85
Hex F5 BB F9 2 19 0 2 128 54 55
Octal 365 273 371 2 31 0 2 450 124 125
Binary 11110101 10111011 11111001 10 11001 0 10 100101000 1010100 1010101

Color Harmonies of #F5BBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BBF9

Black with #F5BBF9

Text Example


Text Example

White with #F5BBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BBF9; }

 p { color: rgb(245,187,249); }

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

background-color css

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

 a { background-color: rgb(245,187,249); }

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

border-color css

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

 span { border-color: rgb(245,187,249); }

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