#FABDCB

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

Shades of Pink #FABDCB

Tints of Pink #FABDCB

Color information

#FABDCB (or 0xFABDCB) is unknown color: approx Pink. HEX triplet: FA, BD and CB. RGB value is (250,189,203). Sum of RGB (Red+Green+Blue) = 250+189+203=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDCB is #054234. Grayscale: #D0D0D0. Windows color (decimal): -344629 or 13352442. OLE color: 13352442.

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

Color convert

RGB250189203-
CMYK00.240.190.02
HSL346.23º85.92%86.08%-
HSV(B)346.23º24.4%98.04%-
XYZ68.461.0364.67-
YUV208.83124.71157.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 189 (74.22% from 255) = 29.44%
BLUE value IS 203 (79.69% from 255) = 31.62%
R=38.94%
G=29.44%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018920300.240.190.02346.2385.9286.08
HexFABDCB01813215a5656
Octal372275313030232532126126
Binary111110101011110111001011011000100111010101101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDCB; }

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

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

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

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

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

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

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

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