Html Css Color HEX #FAC1BA Your Pink

📋 copy color: '#FAC1BA'

red 250 ◦ green 193 ◦ blue 186

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

Shades of Your Pink #FAC1BA

Tints of Your Pink #FAC1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.68%

 BLUE value IS 186 (73.05% from 255) = 29.57%

R = 39.75%
G = 30.68%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAC1BA (or 0xFAC1BA) is known color: Your Pink. HEX triplet: FA, C1 and BA. RGB value is (250,193,186). Sum of RGB (Red+Green+Blue) = 250+193+186=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1BA is #053E45. Grayscale: #D1D1D1. Windows color (decimal): -343622 or 12239354. OLE color: 12239354.

HSL color Cylindrical-coordinate representation of color #FAC1BA: hue angle of 6.56º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAC1BA is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 186 -
CMYK 0 0.23 0.26 0.02
HSL 6.56º 0.86% 0.85% -
HSV(B) 6.56º 0.26% 0.98% -
XYZ 67.36 62.01 54.87 -
YUV 209.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 250 193 186 0 0.23 0.26 0.02 6.56 0.86 0.85
Hex FA C1 BA 0 17 1A 2 7 56 55
Octal 372 301 272 0 27 32 2 7 126 125
Binary 11111010 11000001 10111010 0 10111 11010 10 111 1010110 1010101

Color Harmonies of #FAC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1BA

Black with #FAC1BA

Text Example


Text Example

White with #FAC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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