Html Css Color HEX #F4C0FF Mauve

📋 copy color: '#F4C0FF'

red 244 ◦ green 192 ◦ blue 255

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

Shades of Mauve #F4C0FF

Tints of Mauve #F4C0FF

RGB

 RED value IS 244 (95.7% from 255) = 35.31%

 GREEN value IS 192 (75.39% from 255) = 27.79%

 BLUE value IS 255 (100% from 255) = 36.9%

R = 35.31%
G = 27.79%
B = 36.9%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F4C0FF (or 0xF4C0FF) is known color: Mauve. HEX triplet: F4, C0 and FF. RGB value is (244,192,255). Sum of RGB (Red+Green+Blue) = 244+192+255=691 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.31% from 691); Green value is 192 (75.39% from 255 or 27.79% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4C0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C0FF is #0B3F00. Grayscale: #D6D6D6. Windows color (decimal): -737025 or 16761076. OLE color: 16761076.

HSL color Cylindrical-coordinate representation of color #F4C0FF: hue angle of 289.52º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4C0FF is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 244 192 255 -
CMYK 0.04 0.25 0 0
HSL 289.52º 1% 0.88% -
HSV(B) 289.52º 0.25% 1% -
XYZ 74.21 64.15 103.08 -
YUV 214.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 244 192 255 0.04 0.25 0 0 289.52 1 0.88
Hex F4 C0 FF 4 19 0 0 122 64 58
Octal 364 300 377 4 31 0 0 442 144 130
Binary 11110100 11000000 11111111 100 11001 0 0 100100010 1100100 1011000

Color Harmonies of #F4C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C0FF

Black with #F4C0FF

Text Example


Text Example

White with #F4C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C0FF; }

 p { color: rgb(244,192,255); }

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

background-color css

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

 a { background-color: rgb(244,192,255); }

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

border-color css

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

 span { border-color: rgb(244,192,255); }

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