Html Css Color HEX #FABCBA Your Pink

📋 copy color: '#FABCBA'

red 250 ◦ green 188 ◦ blue 186

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

Shades of Your Pink #FABCBA

Tints of Your Pink #FABCBA

RGB

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

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

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

R = 40.06%
G = 30.13%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FABCBA (or 0xFABCBA) is known color: Your Pink. HEX triplet: FA, BC and BA. RGB value is (250,188,186). Sum of RGB (Red+Green+Blue) = 250+188+186=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCBA is #054345. Grayscale: #CECECE. Windows color (decimal): -344902 or 12238074. OLE color: 12238074.

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

Color convert

RGB 250 188 186 -
CMYK 0 0.25 0.26 0.02
HSL 1.88º 0.86% 0.85% -
HSV(B) 1.88º 0.26% 0.98% -
XYZ 66.27 59.84 54.51 -
YUV 206.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 250 188 186 0 0.25 0.26 0.02 1.88 0.86 0.85
Hex FA BC BA 0 19 1A 2 2 56 55
Octal 372 274 272 0 31 32 2 2 126 125
Binary 11111010 10111100 10111010 0 11001 11010 10 10 1010110 1010101

Color Harmonies of #FABCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCBA

Black with #FABCBA

Text Example


Text Example

White with #FABCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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