Html Css Color HEX #F0BDFC Mauve

📋 copy color: '#F0BDFC'

red 240 ◦ green 189 ◦ blue 252

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

Shades of Mauve #F0BDFC

Tints of Mauve #F0BDFC

RGB

 RED value IS 240 (94.14% from 255) = 35.24%

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

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

R = 35.24%
G = 27.75%
B = 37%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0BDFC (or 0xF0BDFC) is known color: Mauve. HEX triplet: F0, BD and FC. RGB value is (240,189,252). Sum of RGB (Red+Green+Blue) = 240+189+252=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 189 (74.22% from 255 or 27.75% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0BDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BDFC is #0F4203. Grayscale: #D3D3D3. Windows color (decimal): -999940 or 16563696. OLE color: 16563696.

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

Color convert

RGB 240 189 252 -
CMYK 0.05 0.25 0 0.01
HSL 288.57º 0.91% 0.86% -
HSV(B) 288.57º 0.25% 0.99% -
XYZ 71.7 61.95 100.27 -
YUV 211.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 240 189 252 0.05 0.25 0 0.01 288.57 0.91 0.86
Hex F0 BD FC 5 19 0 1 121 5B 56
Octal 360 275 374 5 31 0 1 441 133 126
Binary 11110000 10111101 11111100 101 11001 0 1 100100001 1011011 1010110

Color Harmonies of #F0BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDFC

Black with #F0BDFC

Text Example


Text Example

White with #F0BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDFC; }

 p { color: rgb(240,189,252); }

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

background-color css

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

 a { background-color: rgb(240,189,252); }

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

border-color css

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

 span { border-color: rgb(240,189,252); }

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