Html Css Color HEX #F0C1FD Mauve

📋 copy color: '#F0C1FD'

red 240 ◦ green 193 ◦ blue 253

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

Shades of Mauve #F0C1FD

Tints of Mauve #F0C1FD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.13%

 BLUE value IS 253 (99.22% from 255) = 36.88%

R = 34.99%
G = 28.13%
B = 36.88%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0C1FD (or 0xF0C1FD) is known color: Mauve. HEX triplet: F0, C1 and FD. RGB value is (240,193,253). Sum of RGB (Red+Green+Blue) = 240+193+253=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 193 (75.78% from 255 or 28.13% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0C1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C1FD is #0F3E02. Grayscale: #D5D5D5. Windows color (decimal): -998915 or 16630256. OLE color: 16630256.

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

Color convert

RGB 240 193 253 -
CMYK 0.05 0.24 0 0.01
HSL 287º 0.94% 0.87% -
HSV(B) 287º 0.24% 0.99% -
XYZ 72.73 63.76 101.4 -
YUV 213.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 240 193 253 0.05 0.24 0 0.01 287 0.94 0.87
Hex F0 C1 FD 5 18 0 1 11F 5E 57
Octal 360 301 375 5 30 0 1 437 136 127
Binary 11110000 11000001 11111101 101 11000 0 1 100011111 1011110 1010111

Color Harmonies of #F0C1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C1FD

Black with #F0C1FD

Text Example


Text Example

White with #F0C1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C1FD; }

 p { color: rgb(240,193,253); }

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

background-color css

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

 a { background-color: rgb(240,193,253); }

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

border-color css

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

 span { border-color: rgb(240,193,253); }

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