#FABCCE

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

Shades of Pink #FABCCE

Tints of Pink #FABCCE

Color information

#FABCCE (or 0xFABCCE) is unknown color: approx Pink. HEX triplet: FA, BC and CE. RGB value is (250,188,206). Sum of RGB (Red+Green+Blue) = 250+188+206=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCCE is #054331. Grayscale: #D0D0D0. Windows color (decimal): -344882 or 13548794. OLE color: 13548794.

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

Color convert

RGB250188206-
CMYK00.250.180.02
HSL342.58º86.11%85.88%-
HSV(B)342.58º24.8%98.04%-
XYZ68.5560.7566.5-
YUV208.59126.54157.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 188 (73.83% from 255) = 29.19%
BLUE value IS 206 (80.86% from 255) = 31.99%
R=38.82%
G=29.19%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018820600.250.180.02342.5886.1185.88
HexFABCCE0191221575656
Octal372274316031222527126126
Binary111110101011110011001110011001100101010101011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCCE; }

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

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

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

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

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

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

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

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