#FABCC8

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

Shades of Pink #FABCC8

Tints of Pink #FABCC8

Color information

#FABCC8 (or 0xFABCC8) is unknown color: approx Pink. HEX triplet: FA, BC and C8. RGB value is (250,188,200). Sum of RGB (Red+Green+Blue) = 250+188+200=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCC8 is #054337. Grayscale: #CFCFCF. Windows color (decimal): -344888 or 13155578. OLE color: 13155578.

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

Color convert

RGB250188200-
CMYK00.250.20.02
HSL348.39º86.11%85.88%-
HSV(B)348.39º24.8%98.04%-
XYZ67.8360.4662.74-
YUV207.91123.54158.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 188 (73.83% from 255) = 29.47%
BLUE value IS 200 (78.52% from 255) = 31.35%
R=39.18%
G=29.47%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018820000.250.20.02348.3986.1185.88
HexFABCC801914215c5656
Octal372274310031242534126126
Binary111110101011110011001000011001101001010101110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCC8; }

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

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

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

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

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

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

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

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