#FABBCB

Color #FABBCB Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #FABBCB

Tints of Pink #FABBCB

Color information

#FABBCB (or 0xFABBCB) is unknown color: approx Pink. HEX triplet: FA, BB and CB. RGB value is (250,187,203). Sum of RGB (Red+Green+Blue) = 250+187+203=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBCB is #054434. Grayscale: #CFCFCF. Windows color (decimal): -345141 or 13351930. OLE color: 13351930.

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

Color convert

RGB250187203-
CMYK00.250.190.02
HSL344.76º86.3%85.69%-
HSV(B)344.76º25.2%98.04%-
XYZ67.9760.1864.53-
YUV207.66125.37158.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=39.06%
G=29.22%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018720300.250.190.02344.7686.385.69
HexFABBCB0191321595656
Octal372273313031232531126126
Binary111110101011101111001011011001100111010101100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBCB; }

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

 H1.HeaderClassName
 {
   color: #FABBCB;
 }
 .AnyTagClassName
 {
   color: #FABBCB;
 }
</style>
background-color css

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

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

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

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

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

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