Html Css Color HEX #FA8CAB Mauvelous

📋 copy color: '#FA8CAB'

red 250 ◦ green 140 ◦ blue 171

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

Shades of Mauvelous #FA8CAB

Tints of Mauvelous #FA8CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.96%

 BLUE value IS 171 (67.19% from 255) = 30.48%

R = 44.56%
G = 24.96%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA8CAB (or 0xFA8CAB) is known color: Mauvelous. HEX triplet: FA, 8C and AB. RGB value is (250,140,171). Sum of RGB (Red+Green+Blue) = 250+140+171=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8CAB is #057354. Grayscale: #B0B0B0. Windows color (decimal): -357205 or 11242746. OLE color: 11242746.

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

Color convert

RGB 250 140 171 -
CMYK 0 0.44 0.32 0.02
HSL 343.09º 0.92% 0.76% -
HSV(B) 343.09º 0.44% 0.98% -
XYZ 56.15 42.02 43.68 -
YUV 176.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 250 140 171 0 0.44 0.32 0.02 343.09 0.92 0.76
Hex FA 8C AB 0 2C 20 2 157 5C 4C
Octal 372 214 253 0 54 40 2 527 134 114
Binary 11111010 10001100 10101011 0 101100 100000 10 101010111 1011100 1001100

Color Harmonies of #FA8CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8CAB

Black with #FA8CAB

Text Example


Text Example

White with #FA8CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8CAB; }

 p { color: rgb(250,140,171); }

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

background-color css

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

 a { background-color: rgb(250,140,171); }

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

border-color css

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

 span { border-color: rgb(250,140,171); }

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