Html Css Color HEX #FABBA1 Mandys Pink

📋 copy color: '#FABBA1'

red 250 ◦ green 187 ◦ blue 161

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

Shades of Mandys Pink #FABBA1

Tints of Mandys Pink #FABBA1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.27%

 BLUE value IS 161 (63.28% from 255) = 26.92%

R = 41.81%
G = 31.27%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FABBA1 (or 0xFABBA1) is known color: Mandys Pink. HEX triplet: FA, BB and A1. RGB value is (250,187,161). Sum of RGB (Red+Green+Blue) = 250+187+161=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABBA1 is #05445E. Grayscale: #CBCBCB. Windows color (decimal): -345183 or 10599418. OLE color: 10599418.

HSL color Cylindrical-coordinate representation of color #FABBA1: hue angle of 17.53º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FABBA1 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 187 161 -
CMYK 0 0.25 0.36 0.02
HSL 17.53º 0.9% 0.81% -
HSV(B) 17.53º 0.36% 0.98% -
XYZ 63.63 58.44 41.64 -
YUV 202.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 250 187 161 0 0.25 0.36 0.02 17.53 0.9 0.81
Hex FA BB A1 0 19 24 2 12 5A 51
Octal 372 273 241 0 31 44 2 22 132 121
Binary 11111010 10111011 10100001 0 11001 100100 10 10010 1011010 1010001

Color Harmonies of #FABBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABBA1

Black with #FABBA1

Text Example


Text Example

White with #FABBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABBA1; }

 p { color: rgb(250,187,161); }

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

background-color css

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

 a { background-color: rgb(250,187,161); }

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

border-color css

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

 span { border-color: rgb(250,187,161); }

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