Html Css Color HEX #FABA97 Mandys Pink

📋 copy color: '#FABA97'

red 250 ◦ green 186 ◦ blue 151

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

Shades of Mandys Pink #FABA97

Tints of Mandys Pink #FABA97

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.69%

 BLUE value IS 151 (59.38% from 255) = 25.72%

R = 42.59%
G = 31.69%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FABA97 (or 0xFABA97) is known color: Mandys Pink. HEX triplet: FA, BA and 97. RGB value is (250,186,151). Sum of RGB (Red+Green+Blue) = 250+186+151=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 151 (59.38% from 255 or 25.72% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA97 is #054568. Grayscale: #C9C9C9. Windows color (decimal): -345449 or 9943802. OLE color: 9943802.

HSL color Cylindrical-coordinate representation of color #FABA97: hue angle of 21.21º degrees, saturation: 0.91, 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 #FABA97 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 186 151 -
CMYK 0 0.26 0.40 0.02
HSL 21.21º 0.91% 0.79% -
HSV(B) 21.21º 0.4% 0.98% -
XYZ 62.57 57.68 37.11 -
YUV 201.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 250 186 151 0 0.26 0.40 0.02 21.21 0.91 0.79
Hex FA BA 97 0 1A 28 2 15 5B 4F
Octal 372 272 227 0 32 50 2 25 133 117
Binary 11111010 10111010 10010111 0 11010 101000 10 10101 1011011 1001111

Color Harmonies of #FABA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA97

Black with #FABA97

Text Example


Text Example

White with #FABA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA97; }

 p { color: rgb(250,186,151); }

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

background-color css

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

 a { background-color: rgb(250,186,151); }

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

border-color css

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

 span { border-color: rgb(250,186,151); }

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