#FABDBB

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

Shades of Your Pink #FABDBB

Tints of Your Pink #FABDBB

Color information

#FABDBB (or 0xFABDBB) is unknown color: approx Your Pink. HEX triplet: FA, BD and BB. RGB value is (250,189,187). Sum of RGB (Red+Green+Blue) = 250+189+187=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDBB is #054244. Grayscale: #CFCFCF. Windows color (decimal): -344645 or 12303866. OLE color: 12303866.

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

Color convert

RGB250189187-
CMYK00.240.250.02
HSL1.9º86.3%85.69%-
HSV(B)1.9º25.2%98.04%-
XYZ66.5960.3155.14-
YUV207.01116.71158.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=39.94%
G=30.19%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018918700.240.250.021.986.385.69
HexFABDBB01819225656
Octal3722752730303122126126
Binary11111010101111011011101101100011001101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDBB; }

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

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

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

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

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

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

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

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