Html Css Color HEX #FABACB Pink

📋 copy color: '#FABACB'

red 250 ◦ green 186 ◦ blue 203

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

Shades of Pink #FABACB

Tints of Pink #FABACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.77%

R = 39.12%
G = 29.11%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FABACB (or 0xFABACB) is known color: Pink. HEX triplet: FA, BA and CB. RGB value is (250,186,203). Sum of RGB (Red+Green+Blue) = 250+186+203=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FABACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABACB is #054534. Grayscale: #CFCFCF. Windows color (decimal): -345397 or 13351674. OLE color: 13351674.

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

Color convert

RGB 250 186 203 -
CMYK 0 0.26 0.19 0.02
HSL 344.06º 0.86% 0.85% -
HSV(B) 344.06º 0.26% 0.98% -
XYZ 67.76 59.75 64.46 -
YUV 207.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 250 186 203 0 0.26 0.19 0.02 344.06 0.86 0.85
Hex FA BA CB 0 1A 13 2 158 56 55
Octal 372 272 313 0 32 23 2 530 126 125
Binary 11111010 10111010 11001011 0 11010 10011 10 101011000 1010110 1010101

Color Harmonies of #FABACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABACB

Black with #FABACB

Text Example


Text Example

White with #FABACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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