Html Css Color HEX #FB97A7 Mauvelous

📋 copy color: '#FB97A7'

red 251 ◦ green 151 ◦ blue 167

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

Shades of Mauvelous #FB97A7

Tints of Mauvelous #FB97A7

RGB

 RED value IS 251 (98.44% from 255) = 44.11%

 GREEN value IS 151 (59.38% from 255) = 26.54%

 BLUE value IS 167 (65.63% from 255) = 29.35%

R = 44.11%
G = 26.54%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB97A7 (or 0xFB97A7) is known color: Mauvelous. HEX triplet: FB, 97 and A7. RGB value is (251,151,167). Sum of RGB (Red+Green+Blue) = 251+151+167=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 167 (65.62% from 255 or 29.35% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB97A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB97A7 is #046858. Grayscale: #B6B6B6. Windows color (decimal): -288857 or 10983419. OLE color: 10983419.

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

Color convert

RGB 251 151 167 -
CMYK 0 0.40 0.33 0.02
HSL 350.4º 0.93% 0.79% -
HSV(B) 350.4º 0.4% 0.98% -
XYZ 57.83 45.43 42.28 -
YUV 182.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 251 151 167 0 0.40 0.33 0.02 350.4 0.93 0.79
Hex FB 97 A7 0 28 21 2 15E 5D 4F
Octal 373 227 247 0 50 41 2 536 135 117
Binary 11111011 10010111 10100111 0 101000 100001 10 101011110 1011101 1001111

Color Harmonies of #FB97A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB97A7

Black with #FB97A7

Text Example


Text Example

White with #FB97A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB97A7; }

 p { color: rgb(251,151,167); }

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

background-color css

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

 a { background-color: rgb(251,151,167); }

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

border-color css

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

 span { border-color: rgb(251,151,167); }

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