Html Css Color HEX #FAB090 Mandys Pink

📋 copy color: '#FAB090'

red 250 ◦ green 176 ◦ blue 144

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

Shades of Mandys Pink #FAB090

Tints of Mandys Pink #FAB090

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.88%

 BLUE value IS 144 (56.64% from 255) = 25.26%

R = 43.86%
G = 30.88%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAB090 (or 0xFAB090) is known color: Mandys Pink. HEX triplet: FA, B0 and 90. RGB value is (250,176,144). Sum of RGB (Red+Green+Blue) = 250+176+144=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB090 is #054F6F. Grayscale: #C2C2C2. Windows color (decimal): -348016 or 9482490. OLE color: 9482490.

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

Color convert

RGB 250 176 144 -
CMYK 0 0.30 0.42 0.02
HSL 18.11º 0.91% 0.77% -
HSV(B) 18.11º 0.42% 0.98% -
XYZ 59.98 53.39 33.53 -
YUV 194.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 250 176 144 0 0.30 0.42 0.02 18.11 0.91 0.77
Hex FA B0 90 0 1E 2A 2 12 5B 4D
Octal 372 260 220 0 36 52 2 22 133 115
Binary 11111010 10110000 10010000 0 11110 101010 10 10010 1011011 1001101

Color Harmonies of #FAB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB090

Black with #FAB090

Text Example


Text Example

White with #FAB090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB090; }

 p { color: rgb(250,176,144); }

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

background-color css

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

 a { background-color: rgb(250,176,144); }

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

border-color css

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

 span { border-color: rgb(250,176,144); }

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