#FACBCF

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

Shades of Pink #FACBCF

Tints of Pink #FACBCF

Color information

#FACBCF (or 0xFACBCF) is unknown color: approx Pink. HEX triplet: FA, CB and CF. RGB value is (250,203,207). Sum of RGB (Red+Green+Blue) = 250+203+207=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBCF is #053430. Grayscale: #D9D9D9. Windows color (decimal): -341041 or 13618170. OLE color: 13618170.

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

Color convert

RGB250203207-
CMYK00.190.170.02
HSL354.89º82.46%88.82%-
HSV(B)354.89º18.8%98.04%-
XYZ72.0467.5468.27-
YUV217.51122.07151.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 203 (79.69% from 255) = 30.76%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=37.88%
G=30.76%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020320700.190.170.02354.8982.4688.82
HexFACBCF0131121635259
Octal372313317023212543122131
Binary111110101100101111001111010011100011010110001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBCF; }

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

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

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

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

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

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

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

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