Html Css Color HEX #FA98A8 Mauvelous

📋 copy color: '#FA98A8'

red 250 ◦ green 152 ◦ blue 168

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

Shades of Mauvelous #FA98A8

Tints of Mauvelous #FA98A8

RGB

 RED value IS 250 (98.05% from 255) = 43.86%

 GREEN value IS 152 (59.77% from 255) = 26.67%

 BLUE value IS 168 (66.02% from 255) = 29.47%

R = 43.86%
G = 26.67%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA98A8 (or 0xFA98A8) is known color: Mauvelous. HEX triplet: FA, 98 and A8. RGB value is (250,152,168). Sum of RGB (Red+Green+Blue) = 250+152+168=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA98A8 is #056757. Grayscale: #B7B7B7. Windows color (decimal): -354136 or 11049210. OLE color: 11049210.

HSL color Cylindrical-coordinate representation of color #FA98A8: hue angle of 350.2º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA98A8 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 152 168 -
CMYK 0 0.39 0.33 0.02
HSL 350.2º 0.91% 0.79% -
HSV(B) 350.2º 0.39% 0.98% -
XYZ 57.72 45.61 42.81 -
YUV 183.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 250 152 168 0 0.39 0.33 0.02 350.2 0.91 0.79
Hex FA 98 A8 0 27 21 2 15E 5B 4F
Octal 372 230 250 0 47 41 2 536 133 117
Binary 11111010 10011000 10101000 0 100111 100001 10 101011110 1011011 1001111

Color Harmonies of #FA98A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA98A8

Black with #FA98A8

Text Example


Text Example

White with #FA98A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA98A8; }

 p { color: rgb(250,152,168); }

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

background-color css

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

 a { background-color: rgb(250,152,168); }

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

border-color css

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

 span { border-color: rgb(250,152,168); }

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