Html Css Color HEX #F8AFFC Mauve

📋 copy color: '#F8AFFC'

red 248 ◦ green 175 ◦ blue 252

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

Shades of Mauve #F8AFFC

Tints of Mauve #F8AFFC

RGB

 RED value IS 248 (97.27% from 255) = 36.74%

 GREEN value IS 175 (68.75% from 255) = 25.93%

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

R = 36.74%
G = 25.93%
B = 37.33%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F8AFFC (or 0xF8AFFC) is known color: Mauve. HEX triplet: F8, AF and FC. RGB value is (248,175,252). Sum of RGB (Red+Green+Blue) = 248+175+252=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 175 (68.75% from 255 or 25.93% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8AFFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AFFC is #075003. Grayscale: #CDCDCD. Windows color (decimal): -479236 or 16560120. OLE color: 16560120.

HSL color Cylindrical-coordinate representation of color #F8AFFC: hue angle of 296.88º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8AFFC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 248 175 252 -
CMYK 0.02 0.31 0 0.01
HSL 296.88º 0.93% 0.84% -
HSV(B) 296.88º 0.31% 0.99% -
XYZ 71.61 57.64 99.45 -
YUV 205.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 248 175 252 0.02 0.31 0 0.01 296.88 0.93 0.84
Hex F8 AF FC 2 1F 0 1 129 5D 54
Octal 370 257 374 2 37 0 1 451 135 124
Binary 11111000 10101111 11111100 10 11111 0 1 100101001 1011101 1010100

Color Harmonies of #F8AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AFFC

Black with #F8AFFC

Text Example


Text Example

White with #F8AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AFFC; }

 p { color: rgb(248,175,252); }

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

background-color css

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

 a { background-color: rgb(248,175,252); }

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

border-color css

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

 span { border-color: rgb(248,175,252); }

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