Html Css Color HEX #F5BBFC Mauve

📋 copy color: '#F5BBFC'

red 245 ◦ green 187 ◦ blue 252

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

Shades of Mauve #F5BBFC

Tints of Mauve #F5BBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.84%

R = 35.82%
G = 27.34%
B = 36.84%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5BBFC (or 0xF5BBFC) is known color: Mauve. HEX triplet: F5, BB and FC. RGB value is (245,187,252). Sum of RGB (Red+Green+Blue) = 245+187+252=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 187 (73.44% from 255 or 27.34% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5BBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BBFC is #0A4403. Grayscale: #D3D3D3. Windows color (decimal): -672772 or 16563189. OLE color: 16563189.

HSL color Cylindrical-coordinate representation of color #F5BBFC: hue angle of 293.54º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5BBFC is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 187 252 -
CMYK 0.03 0.26 0 0.01
HSL 293.54º 0.92% 0.86% -
HSV(B) 293.54º 0.26% 0.99% -
XYZ 73 61.98 100.21 -
YUV 211.75 150.72 151.71 -
System Red Green Blue C M Y K H S L
Decimal 245 187 252 0.03 0.26 0 0.01 293.54 0.92 0.86
Hex F5 BB FC 3 1A 0 1 126 5C 56
Octal 365 273 374 3 32 0 1 446 134 126
Binary 11110101 10111011 11111100 11 11010 0 1 100100110 1011100 1010110

Color Harmonies of #F5BBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BBFC

Black with #F5BBFC

Text Example


Text Example

White with #F5BBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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