#FABCBB

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

Shades of Your Pink #FABCBB

Tints of Your Pink #FABCBB

Color information

#FABCBB (or 0xFABCBB) is unknown color: approx Your Pink. HEX triplet: FA, BC and BB. RGB value is (250,188,187). Sum of RGB (Red+Green+Blue) = 250+188+187=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCBB is #054344. Grayscale: #CECECE. Windows color (decimal): -344901 or 12303610. OLE color: 12303610.

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

Color convert

RGB250188187-
CMYK00.250.250.02
HSL0.95º86.3%85.69%-
HSV(B)0.95º25.2%98.04%-
XYZ66.3859.8855.07-
YUV206.42117.04159.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 188 (73.83% from 255) = 30.08%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=40%
G=30.08%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018818700.250.250.020.9586.385.69
HexFABCBB01919215656
Octal3722742730313121126126
Binary1111101010111100101110110110011100110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCBB; }

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

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

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

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

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

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

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

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