Html Css Color HEX #FABCA1 Mandys Pink

📋 copy color: '#FABCA1'

red 250 ◦ green 188 ◦ blue 161

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

Shades of Mandys Pink #FABCA1

Tints of Mandys Pink #FABCA1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.39%

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

R = 41.74%
G = 31.39%
B = 26.88%

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

#FABCA1 (or 0xFABCA1) is known color: Mandys Pink. HEX triplet: FA, BC and A1. RGB value is (250,188,161). Sum of RGB (Red+Green+Blue) = 250+188+161=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABCA1 is #05435E. Grayscale: #CBCBCB. Windows color (decimal): -344927 or 10599674. OLE color: 10599674.

HSL color Cylindrical-coordinate representation of color #FABCA1: hue angle of 18.2º 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 #FABCA1 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 188 161 -
CMYK 0 0.25 0.36 0.02
HSL 18.2º 0.9% 0.81% -
HSV(B) 18.2º 0.36% 0.98% -
XYZ 63.84 58.86 41.72 -
YUV 203.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 250 188 161 0 0.25 0.36 0.02 18.2 0.9 0.81
Hex FA BC A1 0 19 24 2 12 5A 51
Octal 372 274 241 0 31 44 2 22 132 121
Binary 11111010 10111100 10100001 0 11001 100100 10 10010 1011010 1010001

Color Harmonies of #FABCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCA1

Black with #FABCA1

Text Example


Text Example

White with #FABCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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