Html Css Color HEX #FB9CAA Mauvelous

📋 copy color: '#FB9CAA'

red 251 ◦ green 156 ◦ blue 170

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

Shades of Mauvelous #FB9CAA

Tints of Mauvelous #FB9CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.04%

 BLUE value IS 170 (66.8% from 255) = 29.46%

R = 43.5%
G = 27.04%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB9CAA (or 0xFB9CAA) is known color: Mauvelous. HEX triplet: FB, 9C and AA. RGB value is (251,156,170). Sum of RGB (Red+Green+Blue) = 251+156+170=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9CAA is #046355. Grayscale: #BABABA. Windows color (decimal): -287574 or 11181307. OLE color: 11181307.

HSL color Cylindrical-coordinate representation of color #FB9CAA: hue angle of 351.16º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FB9CAA is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 156 170 -
CMYK 0 0.38 0.32 0.02
HSL 351.16º 0.92% 0.8% -
HSV(B) 351.16º 0.38% 0.98% -
XYZ 58.93 47.19 44.03 -
YUV 186 118.97 174.36 -
System Red Green Blue C M Y K H S L
Decimal 251 156 170 0 0.38 0.32 0.02 351.16 0.92 0.8
Hex FB 9C AA 0 26 20 2 15F 5C 50
Octal 373 234 252 0 46 40 2 537 134 120
Binary 11111011 10011100 10101010 0 100110 100000 10 101011111 1011100 1010000

Color Harmonies of #FB9CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9CAA

Black with #FB9CAA

Text Example


Text Example

White with #FB9CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9CAA; }

 p { color: rgb(251,156,170); }

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

background-color css

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

 a { background-color: rgb(251,156,170); }

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

border-color css

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

 span { border-color: rgb(251,156,170); }

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